This is a collection of dotfiles I use daily.
They are managed with GNU Stow.
- Install Stow
brew install stow
(or with 1-click install)
- Checkout this repo in your $HOME
git clone https://github.com/shakedhagag/dotfiles.git
- Symlink modules
For example, if you want to use my nvim dotfiles:
cd dotfiles
stow nvim
And that is all. Stow will take care of symlinking the files to your $HOME.
Good Luck