This directory contains the dotfiles for my system
Ensure you have the following installed on your system
Visit brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git
brew install stow
Clone the dotfiles repo to your machine, for instance ~/Dev/dotfiles
$ git clone git@github.com/nandrez/dotfiles.git
then use GNU stow to create symlinks
$ stow -t ~ ./dotfiles
or update the directory structure using
$ stow -t --adopt ~ ./dotfiles