From f704784fb8bddf934cd6b4e944c53e8fc0841915 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Wed, 22 Apr 2015 21:52:00 -0400 Subject: [PATCH] Readme updates --- README.md | 5 ++++- vim/README.md | 17 ----------------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 0b51b72..1d58c27 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ Configuration files (often called dot-files because they start with a ".") for the applications I use on a regular basis. - +##To-Do +* [ ] Implement [dotbot](https://github.com/anishathalye/dotbot) for automation. +* [ ] irssi config files +* [ ] shell config files ####License These files are licensed under the [WTFPL](http://www.wtfpl.net/), the full diff --git a/vim/README.md b/vim/README.md index ccef366..9e8e2a3 100644 --- a/vim/README.md +++ b/vim/README.md @@ -16,24 +16,7 @@ Additionally, I have several extensions, as submodules, in .vim/bundle: browser. * and [Pathogen](https://github.com/tpope/vim-pathogen) to do the hard work. -###Utilization -To use these configuration, perform the following steps - -1. Copy or sym-link vimrc to .vimrc in your home directory -> cp vimrc ~/.vimrc -> -> -+ or +- -> -> ln ~/.vimrc vimrc - -2. Copy the vim directory to .vim in your home directory -> cp -r vim ~/.vim - -This process is currently unautomated, and as such any updates to this -repository will need to be manually copied as above. - ####To-Do -* [ ] Implement [dotbot](https://github.com/anishathalye/dotbot) for automation. * [ ] Customize Airline more. * [ ] Consider adding [gist-vim](https://github.com/mattn/gist-vim) due to prevalence of Gist at work