dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 8910f2b13993273f0ba480ae7b067f1a75d2ff31
parent 75eec71bee8fd10a2140d1d6e3940748ae32a8cf
Author: edvb54 <edvb54@gmail.com>
Date:   Sun, 22 Jun 2014 10:54:33 -0700

Remove powerline installation section from README

Diffstat:
README.md | 14+-------------
1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -# EDs Dotfiles +# ED's Dotfiles This is my dotfile place to store all of my config files like .vimrc, .bashrc, and .Vim folder. I am trying to add comments to the files to explain them just, @@ -32,18 +32,6 @@ enter this into Vim: After it has finished installing you can exit the Vundle window and the plug-ins should be installed. -In order to use the powerline plug-in you need a special font. To get it use: - - cd ~/.fonts/ - git clone https://github.com/scotu/ubuntu-mono-powerline.git - -Now refresh the folder: - - fc-cache -vf ~/.fonts. - -Please note that is has only been tested to work on Ubuntu. If you do not use -Ubuntu this may not work. - ## Why You Should Use "set nocompatible" There is a lot of controversy over the use of `set nocompatible` in the