-
Clone this repo into $HOME/dotfiles
-
Install rcm:
brew tap thoughtbot/formulae
brew install rcm
- Install the dotfiles for the first time:
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 during the first time setup and is not needed after the
first run.
Please configure the rcrc
file if you'd like to make personal overrides in a
different directory.
- Source your bash
src
From time to time you should pull down any updates to your dotfiles by running
rcup
You can safely run rcup
multiple times!