Last active
August 29, 2015 14:11
-
-
Save tyjak/85c57a779e28d3df7026 to your computer and use it in GitHub Desktop.
init vim in runnable with vundle plugin
This file contains hidden or 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
#vimrc.local | |
wget https://gist.github.com/tyjak/acad04914ec140fae802/raw/vimrc.local | |
cp vimrc.local /etc/vim/. | |
#vundle | |
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim | |
#installation vimoutliner & vimwiki & vim-gist | |
vim -c "silent! PluginInstall" -c "normal qZZ" | |
#config gihub | |
# $ git config --global github.user Username |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment