Either replace $CONFIG_DIR below with this directory's path or set the
$CONFIG_DIR environment variable.
This assumes Homebrew is installed and working.
- Install GNU Coreutils to enable better ls colors.
brew install coreutils
- Install prezto
ln -s $HOME/.zprezto/runcoms/zshrc $HOME/.zshrcln -s $CONFIG_DIR/zshrc.shared ~/.zshrc.shared
touch $HOME/.zshrc.local- Source shared and local zshrc from prezto/the system's zshrc
echo ' source "$HOME/.zshrc.shared" source "$HOME/.zshrc.local" ' >> $HOME/.zshrc
- Install vim-plug
ln -s $CONFIG_DIR/vimrc ~/.config/nvim/init.vimvim +PlugInstall +qallwill install plugins- You can also install vim plugins by running vim and executing
:PlugInstall
- You can also install vim plugins by running vim and executing
ln -sf $CONFIG_DIR/ruby.snippets ~/.vim/bundle/snipmate.vim/snippets/
ln -s $CONFIG_DIR/gitconfig ~/.gitconfig
ls -s $CONFIG_DIR/tmux.conf ~/.tmux.conf
In case I forget, I've been using Source Code Pro.