Readme updates

This commit is contained in:
Bill Niblock 2015-04-22 21:52:00 -04:00
parent 1bd0054bee
commit f704784fb8
2 changed files with 4 additions and 18 deletions

View file

@ -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

View file

@ -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