Currently using bash as shell:
chsh -s $(which bash)
Clone onto your laptop:
git clone [email protected]:mcritchlow/dotfiles.git
- Install rcm:
- Install the dotfiles:
env RCRC=$HOME/dotfiles/rcrc rcup
This command will create symlinks for config files in your home directory.
Setting the RCRC
environment variable tells rcup
to use standard
configuration options:
You can safely run rcup
multiple times to update:
To thoughtbot and the original contributors. I've modified this heavily and don't use Mac OS anymore, but still use RCM and much of the original ideas. Thanks!