dotify-compatible dotfiles
- download iterm2, it's much nicer than the standard terminal app
- download apple command line tool or download the entire xcode from app store (more info here)
install homebrew - you'll need that anyway:)
do some magic for gcc
brew update
brew tap homebrew/dupes
then
brew install ack apple-gcc42 autoconf autojump automake bash bash-completion curl git hub libksba libtool libxml2 libxslt libyaml openssl pkg-config readline sqlite
install rvm
gem install dotify
dotify github lubieniebieski/dotify-dotfiles
source ~/.bash_profile
I use SourceCodePro font both for SublimeText2 and iTerm2.
install Sublime Package Control
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/sub
Remove existing user preferences (make sure you've backup'd your own settings) & link new preferences:
rm -rf ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User && ln -s ~/.dotify/sublime2 ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User
- go to
iTerm2 -> Preferences -> General Tab
- check
Load preferences from a user-defined folder or URL
- in the input below the checkbox, enter
/Users/YOUR_USER_NAME/.dotify/.iterm2
- restart iTerm2
If you would like to use only the color scheme (IR_Black), you can find it under this path:
/Users/YOUR_USER_NAME/.dotify/.iterm2/IR_Black.itermcolors