-
[alfred](http://www.alfredapp.com/ http://rwc.cachefly.net/alfred_1.2_220.dmg)
-
- brew install git
- brew install macvim
- brew install ack
- brew install wget
-
rvm
curl -L https://get.rvm.io | bash -s stable --rubyrvm install 1.8.7-p72 -C --enable-pthreadrvm use 1.8.7-p72@global --default
-
install activestate active tcl to get require 'tk' to work, and then 'drx' (install graphviz)
-
ssh key
ssh-keygen -t rsa -C "[email protected]"with a passwordpbcopy < ~/.ssh/id_rsa.pub
-
openssl passwd -1 -
clone dotfiles, vimfiles
-
[iChat helper: Chax](http://www.ksuther.com/chax/ http://www.ksuther.com/chax/downloads/Chax.dmg)
-
alias ss='sync -av --exclude "CVS*" --exclude "*.kpf" --exclude ".DS_Store" --exclude ".git" --exclude ".gitignore" $HOME/workspace/ example@server:/var/folder/ -
add this to system pref > search domains
- subdomain.site.com, localtld
-
tmux per http://rhnh.net/2011/08/20/vim-and-tmux-on-osx and http://joshuadavey.com/post/15619414829/faster-tdd-feedback-with-tmux-tslime-vim-and
easy_install pipbrew install mercurialbrew install https://raw.github.com/Homebrew/homebrew-dupes/master/vim.rbbrew install tmux
-
.bash_profile
-
alias tmux="TERM=screen-256color-bce tmux" -
.tmux.conf
set -g default-terminal "screen-256color"set -g mode-mouse on