I use thoughtbot/dotfiles and
stefan-peng/dotfiles together using
the *.local
convention.
Install Homebrew.
Install zsh.
brew install zsh
Set zsh as my login shell.
chsh -s /usr/local/bin/zsh
Install rcm.
brew tap thoughtbot/formulae
brew install rcm
Clone thoughtbot dotfiles:
git clone https://github.com/thoughtbot/dotfiles $HOME/thoughtbot/dotfiles
Clone personal dotfiles:
git clone https://github.com/stefan-peng/dotfiles.git $HOME/stefan-peng/dotfiles
Install:
env RCRC=$HOME/stefan-peng/dotfiles/rcrc rcup
This will create symlinks for config files in my home directory.
I can safely run rcup
multiple times to update.
vim configuration:
- Gruvbox color scheme (optionally, install Gruvbox theme for macOS Terminal.app)
- vim-easy-align
- Vim Tmux Navigator
git configuration:
l
alias for tight, colored, log output.- My name and email.