This directory contains the dotfiles for my system
git
, ofcstow
to create symlinks
First, check out the dotfiles repo in your $HOME directory
$ git clone [email protected]:DanielSc4/.dotfiles.git
$ cd .dotfiles
then, using GNU stow, create symlinks from $HOME to the .dotfiles directory
$ stow .
GNU stow will place symlinks into the parent directory of where you run it ($HOME in this case).