- Homebrew installed
Brew packages:
- bash
- git
- bash-completion
- z
- direnv
- vim
Other:
- RVM
Clone the directory as ~/.config
In ~/.bashrc
for the user and possibly root:
CONFIG_PATH=/FULL/PATH/TO/THE/HOME/DIRECTORY/.config/bash
. $CONFIG_PATH/rc
ln -s ~/.config/vim/rc .vimrc
In ~/.gitconfig
[user]
name = FULL NAME
email = EMAIL
[include]
path = ~/.config/git/config
ln -s ~/.config/rvm/rc .rvmrc