Update Readme file
This commit is contained in:
parent
b3b1a0ef4b
commit
1eb31e77ab
1 changed files with 11 additions and 3 deletions
|
@ -12,13 +12,17 @@ Additionally, I have several extensions, as submodules, in .vim/bundle:
|
||||||
* [Fugitive](https://github.com/tpope/vim-fugitive) for nice Git integration.
|
* [Fugitive](https://github.com/tpope/vim-fugitive) for nice Git integration.
|
||||||
* [Airline](https://github.com/bling/vim-airline) to look nice, but not garish.
|
* [Airline](https://github.com/bling/vim-airline) to look nice, but not garish.
|
||||||
* [Sneak](https://github.com/justinmk/vim-sneak) for getting around.
|
* [Sneak](https://github.com/justinmk/vim-sneak) for getting around.
|
||||||
|
* [Vinegar](https://github.com/tpope/vim-vinegar) for a convenient directory
|
||||||
|
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
|
###Utilization
|
||||||
To use these configuration, perform the following steps
|
To use these configuration, perform the following steps
|
||||||
|
|
||||||
1. Copy vimrc to .vimrc in your home directory
|
1. Copy or sim-link vimrc to .vimrc in your home directory
|
||||||
> cp vimrc ~/.vimrc
|
> cp vimrc ~/.vimrc
|
||||||
|
> -+ or +-
|
||||||
|
> ln ~/.vimrc vimrc
|
||||||
|
|
||||||
2. Copy the vim directory to .vim in your home directory
|
2. Copy the vim directory to .vim in your home directory
|
||||||
> cp -r vim ~/.vim
|
> cp -r vim ~/.vim
|
||||||
|
@ -27,6 +31,10 @@ This process is currently unautomated, and as such any updates to this
|
||||||
repository will need to be manually copied as above.
|
repository will need to be manually copied as above.
|
||||||
|
|
||||||
####To-Do
|
####To-Do
|
||||||
* [ ] Automate utilization step (considering post-fetch Git hook)
|
* [ ] 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
|
||||||
|
prevalence of Gist at work
|
||||||
|
* [ ] Consider adding [vim-notes](https://github.com/xolox/vim-notes) and/or
|
||||||
|
[vimwiki](https://github.com/vimwiki/vimwiki) for notes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue