Jaya's dotfiles.
- OS X
- Homebrew
$ git clone git@github.com:jayzz55/dotfiles.git ~/dotfiles
$ cd ~/dotfiles
$ ./install.sh
It will install rcm and use that to safely symlink the dotfiles, prompting you
if a file already exists (like if you already have ~/.zshrc
).
rcm
will symlink all files into place, keeping the folder structure relative
to the tag root. However, non-configuration files and folders like system/
,
Brewfile
, README.md
, etc will not be linked because they are in the
EXCLUDES
section of the rcrc
file.
Many scripts and configurations have been inspired by or outright stolen from people at thoughtbot. Of special note, I've stolen many things from Chris Toomey, Gordon Fontenot,Gabriel Berke-Williams and , among others that I'm sure I'm forgetting.