Readme updates
This commit is contained in:
parent
1bd0054bee
commit
f704784fb8
2 changed files with 4 additions and 18 deletions
|
@ -2,7 +2,10 @@
|
||||||
|
|
||||||
Configuration files (often called dot-files because they start with a ".") for the applications I use on a regular basis.
|
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
|
####License
|
||||||
These files are licensed under the [WTFPL](http://www.wtfpl.net/), the full
|
These files are licensed under the [WTFPL](http://www.wtfpl.net/), the full
|
||||||
|
|
|
@ -16,24 +16,7 @@ Additionally, I have several extensions, as submodules, in .vim/bundle:
|
||||||
browser.
|
browser.
|
||||||
* and [Pathogen](https://github.com/tpope/vim-pathogen) to do the hard work.
|
* 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
|
####To-Do
|
||||||
* [ ] Implement [dotbot](https://github.com/anishathalye/dotbot) for automation.
|
|
||||||
* [ ] Customize Airline more.
|
* [ ] Customize Airline more.
|
||||||
* [ ] Consider adding [gist-vim](https://github.com/mattn/gist-vim) due to
|
* [ ] Consider adding [gist-vim](https://github.com/mattn/gist-vim) due to
|
||||||
prevalence of Gist at work
|
prevalence of Gist at work
|
||||||
|
|
Loading…
Reference in a new issue