Ensure you have the following installed
- git
- zsh
- tmux
- stow
Checkout the dotfiles repo in your $HOME directory using git
git clone [email protected]:itsRoze/dotfiles.git
cd dotfiles
Then use stow
stow .
You can see this is working by running ls -lah
in your $HOME directory
ls -lah
You should see something like:
lrwxr-xr-x@ 15 roze 4 Mar 12:29 .zshrc -> dotfiles/.zshrc
If you already have the files in your $HOME director, you can overwrite your dotfiles
stow --adopt .