Skip to content

Instantly share code, notes, and snippets.

@lujiacn
Created October 18, 2015 03:46
Show Gist options
  • Save lujiacn/52d7c83dcb82bece36b5 to your computer and use it in GitHub Desktop.
Save lujiacn/52d7c83dcb82bece36b5 to your computer and use it in GitHub Desktop.
tmux vim
git clone https://github.com/lujiacn/dot-vimrc.git .vim
git clone https://github.com/lujiacn/tmux.git tmux
ln -s .vim/vimrc ~/.vimrc
ln -s tmux/tmux.conf ~/.tmux.conf
#vim vundle
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
:BundleInstal
#term setting
export TERM=xterm-256color
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment