Created
October 18, 2015 03:46
-
-
Save lujiacn/52d7c83dcb82bece36b5 to your computer and use it in GitHub Desktop.
tmux vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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