This repo is a skeleton/template/vanilla version of my dotfiles. gnu stow is used to install the dotfiles.
First, fork this repo.
Then, add your dotfiles:
$ git clone [email protected]:username/dotfiles.git .dotfiles
$ cd .dotfiles
$ # edit files
$ git push origin master
Finally, to install your dotfiles onto a new system:
$ cd $HOME
$ git clone [email protected]:username/dotfiles.git .dotfiles
$ gnu stow <package> # <package> is one of the folders in the main
directory. For example `stow git` or `stow vim`.