This directory containes the dotfiles for my system
Ensure you have the following installed on your system
brew install git
brew install stow
First, check out the dotfiles repo in your $HOME directory using git
$ git clone git@github.com:drlucaa/dotfiles.git
$ cd dotfiles
then use Stow to create symlinks
$ stow .
when you get errors that the files already exists, use this:
$ stow --adopt .
but be aware that this can ovveride the fiels in the $HOME/dotfiles
directory.