git clone --recursive https://github.com/yangg/dotfiles.git ${DOTDIR:=~/.dotfiles}
ln -s $DOTDIR/{.vim,.vimrc,.gitconfig} ~/
ln -s $DOTDIR/scripts/bashrc ~/.bashrc
vim +BundleInstall +qagit clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
curl -O https://raw.github.com/yangg/dotfiles/master/.vimrc
vim +BundleInstall +qatmux swap-window -t [+-]x # or move-window
tmux detach -a # detach all other client on this session except the current one