こちらの内容そのままだけど自分用にメモ。
mkdir ~/bin
.zshrc
PATH=$HOME/bin:$PATH
cd ~
git clone git://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git
cd ~/tmux-MaxOSX-pasteboard
make reattach-to-user-namespace
cp reattach-to-user-namespace ~/bin
.tmux.conf
set-option -g default-command "reattach-to-user-namespace -l zsh"
.vimrc
set clipboard+=autoselect