These dotfiles configure my shell environment just the way I like it.
I don't recommend using these files verbatim. You should probably just pick and choose what works for you and remove everything else. After you've done that, place them somewhere like ~/.dotfiles
and install with a rake install
.
Read the LICENSE file for license and copying information.
- Install Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
- Install tmux:
brew install tmux
- Fix pbcopy:
brew install reattach-to-user-namespace --wrap-launchctl --wrap-pbcopy-and-pbpaste
- Install Node.js from the official installer.
- Install Nave:
npm i -g nave
I use the IR_Black Vim color scheme. If you use Vim in a terminal, it should be used with the IR_Black terminal colors for iTerm 2.
To use my iTerm 2 settings, copy com.googlecode.iterm2.plist
into ~/Library/Preferences
.
Thanks to Isaac Schlueter and Ryan Bates for their useful dotfiles on github.