reid / dotfiles

Configuration files for reid's shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reid's Dotfiles

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.

Terminal setup on OS X

  1. Install Homebrew: /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
  2. Install tmux: brew install tmux
  3. Fix pbcopy: brew install reattach-to-user-namespace --wrap-launchctl --wrap-pbcopy-and-pbpaste
  4. Install Node.js from the official installer.
  5. Install Nave: npm i -g nave

Vim color scheme

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.

iTerm 2

To use my iTerm 2 settings, copy com.googlecode.iterm2.plist into ~/Library/Preferences.

Thanks

Thanks to Isaac Schlueter and Ryan Bates for their useful dotfiles on github.

About

Configuration files for reid's shell

License:Other


Languages

Language:Vim Script 56.3%Language:Shell 41.7%Language:Ruby 2.0%