Skip to content

Instantly share code, notes, and snippets.

@bekicot
Last active January 8, 2017 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bekicot/df5d92becd007f448120b1367730fc45 to your computer and use it in GitHub Desktop.
Save bekicot/df5d92becd007f448120b1367730fc45 to your computer and use it in GitHub Desktop.
vim rc for deployment sever
" # Usage wget https://gist.githubusercontent.com/bekicot/df5d92becd007f448120b1367730fc45/raw -O ~/.vimrc
syntax enable
colorscheme badwolf
set number
set expandtab
set tabstop=2
set softtabstop=2
mkdir -p ~/.vim/colors
wget https://raw.githubusercontent.com/sjl/badwolf/master/colors/badwolf.vim -O ~/.vim/colors/badwolf.vim
wget https://gist.githubusercontent.com/bekicot/df5d92becd007f448120b1367730fc45/raw -O ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment