These are my beautiful dotfiles for linux systems.
NOTE: you can install all the required dependencies using the script found in scripts/install-dependencies.sh
(script not done yet).
Make sure you have the following installed:
- git
dnf install git
- stow
dnf install stow
- zsh
dnf install zsh
chsh -s $(which zsh)
Steps on how to install these dotfiles on your system.
- clone the git repository to
$HOME/dotfiles/
git clone https://github.com/NodBobi/dotfiles