These are my own config files for:
- oh-my-zsh
- Sublime Text 3
- .gemrc
- .gitconfig
- .pryrc
- .rspec
- Install oh-my-zsh
- Symlink
.zshrc
todotfiles/.zshrc
:ln -sf ~/Dropbox/dotfiles/.zshrc ~/.zshrc
- Customize
~/.zshrc
to your needs, including the path to$ZSH_MODULES
You'll also want to install this flat-terminal theme for Terminal and gitsome theme for oh-my-zsh.
(This section is mostly for future-me.)
- Install the Command Line Tools
- Install Homebrew
- Install git, rbenv and everything else:
brew install autojump git memcached mysql nginx postgresql rbenv ruby-build redis wget
- Add Sublime Text to your command line tools as
s
(Ain't Nobody Got Time forsubl
):sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /bin/s
- Install Package Control
- Install a nice theme and color scheme:
- Soda Theme
- Solarized Color Scheme
- Install these plugins:
- All Autocomplete
- Better CoffeeScript
- Cucumber
- Less
- Markdown Preview
- RailsGoToSpec
- Sass
- SideBarEnhancement
- TrailingSpaces
- Paste Preferences.sublime-settings into Sublime Text settings file
- Download Elliot Jackson's nice icon to replace the default Sublime Text one:
mv ~/Downloads/sublimetext.icns /Applications/Sublime\ Text.app/Contents/Resources/Sublime\ Text.icns
- git-remote-branch: A tool to simplify working with remote branches
- rake-fast: Fast rake autocompletion plugin for oh-my-zsh
- zsh-syntax-highlighting: Fish shell like syntax highlighting for Zsh