Skip to content

Instantly share code, notes, and snippets.

@tyjak
Last active August 29, 2015 14:11
Show Gist options
  • Save tyjak/85c57a779e28d3df7026 to your computer and use it in GitHub Desktop.
Save tyjak/85c57a779e28d3df7026 to your computer and use it in GitHub Desktop.
init vim in runnable with vundle plugin
#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