- Clone the repo:
git clone https://github.com/derekfrogget/dotfiles.git
- Enter the repository's directory
cd dotfiles
- Init and update submodules:
git submodule init && git submodule update
- (Optional) Rename directory to
.dotfiles
cd .. && mv dotfiles .dotfiles && cd .dotfiles
- Create symbolic links in the home directory:
stow -t ~/ */
- Done!