You'll need rcm on every machine
brew tap thoughtbot/formulae
brew install rcm
MacOS Sierra (12.1) doesn't ship with a suitable ctags. Brew's version is fine.
brew install ctags
- Download repo from https://github.com/chriskempson/base16-iterm2
- Go to iTerm | Profiles | Colors
- Import Color Preset eg base16-monokai.dark.256
- Set xterm-256color in Preferences | Profiles | Terminal | Report Terminal Type
sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm
sudo apt-get update
sudo apt-get install rcm
run ssh-agent
and ssh-add ~/.ssh/github
. You may need to bootstrap your .ssh/ dir to run git clone
.
git clone git@github.com:jkeroes/dotfiles.git ~/.dotfiles
rcdn # delete old dotfiles
rcup -v
- bin/pushbullet-bash
- document gvim
- dedupe rcrc files with help from hooks?
- determine if we can deploy rcm scripts from ~/bin to save install steps.