Skip to content

Commit

Permalink
updated readme and vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Dec 12, 2015
1 parent a10df5c commit 9a3d22a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 ~/
```

0 comments on commit 9a3d22a

Please sign in to comment.