From 9a3d22ac1bc3f155a033dcadc41cf2d5ee00d641 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 12 Dec 2015 12:05:10 -0500 Subject: [PATCH] updated readme and vimrc --- .vimrc | 4 +--- README.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index 29a513c..8e8553c 100644 --- a/.vimrc +++ b/.vimrc @@ -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 diff --git a/README.md b/README.md index e69de29..7cc8dcd 100644 --- a/README.md +++ b/README.md @@ -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 ~/ +``` +