updated readme and vimrc

This commit is contained in:
root 2015-12-12 12:05:10 -05:00
parent a10df5ca10
commit 9a3d22ac1b
2 changed files with 13 additions and 3 deletions

4
.vimrc
View file

@ -104,9 +104,7 @@ set t_Co=256
syntax enable
set nu
set background=dark
let g:seoul256_background = 233
colorscheme seoul256
colorscheme murphy
" Set utf8 as standard encoding and en_US as the standard language
set encoding=utf8

View file

@ -0,0 +1,12 @@
# Vim plugins you'll need
1. https://github.com/tpope/vim-pathogen
1. https://github.com/scrooloose/nerdtree
1. https://github.com/bling/vim-airline
# Installation
```
ln -s dotfiles/.vimrc ~/
ln -s dotfiles/.screenrc ~/
ln -s dotfiles/.tmux.conf ~/
```