Skip to content

Instantly share code, notes, and snippets.

@wikrie
Created October 24, 2016 10:03
Show Gist options
  • Save wikrie/1521342be4b5c9715b6957a3a562aa27 to your computer and use it in GitHub Desktop.
Save wikrie/1521342be4b5c9715b6957a3a562aa27 to your computer and use it in GitHub Desktop.
add Jellybeans Color to VIM
mkdir ~/.vim
mkdir ~/.vim/colors
wget https://raw.githubusercontent.com/nanotech/jellybeans.vim/master/colors/jellybeans.vim
mv jellybeans.vim ~/.vim/colors/
touch ~/.vimrc
echo syntax on > ~/.vimrc
echo colorscheme jellybeans >> ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment