Update README files.
This commit is contained in:
parent
e515a7c33e
commit
afbfec31a8
3 changed files with 13 additions and 5 deletions
|
@ -24,7 +24,8 @@ To integrate *all* dotfiles in this repo:
|
|||
> 3. ./install
|
||||
|
||||
##Applications Configured
|
||||
* Vim \[ vim/vim/ => ~/.vim \]\[ vim/vimrc => ~/.vimrc \]
|
||||
* Vim \[ vim/vim/ => ~/.vim \]\[ vim/vimrc => ~/.vimrc \]\[ vim/vimrc.bundles =>
|
||||
~/.vimrc.bundles \]
|
||||
* Git \[ git/gitconfig => ~/.gitconfig \]\[ git/gitignore => ~/.gitignore \]
|
||||
* Tmux \[ tmux/tmux.conf => ~/.tmux.conf \]
|
||||
|
||||
|
|
4
tmux/README.md
Normal file
4
tmux/README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
#Tmux Configuration Files
|
||||
|
||||
My tmux configuration is extremely basic at the moment. Further configuration to
|
||||
follow as my usage of tmux grows.
|
|
@ -7,18 +7,21 @@ My vim configuration is relatively straight forward.
|
|||
* Mappings to quickly edit dotfiles
|
||||
* Relative numbering, with mapping to quickly swap
|
||||
|
||||
###Directory
|
||||
Additionally, I have several extensions, as submodules, in .vim/bundle:
|
||||
###Bundles File
|
||||
The vimrc.bundles file stores the plugin information for Vundle. Currently, I
|
||||
use the following plugins:
|
||||
* [Fugitive](https://github.com/tpope/vim-fugitive) for nice Git integration.
|
||||
* [Airline](https://github.com/bling/vim-airline) to look nice, but not garish.
|
||||
* [Sneak](https://github.com/justinmk/vim-sneak) for getting around.
|
||||
* [Vinegar](https://github.com/tpope/vim-vinegar) for a convenient directory
|
||||
browser.
|
||||
* [Pathogen](https://github.com/tpope/vim-pathogen) to do the hard work.
|
||||
* [Templates](https://github.com/ap/vim-templates.git) for easy templates.
|
||||
* [vimwiki](https://github.com/vimwiki/vimwiki) for info, diary and notes.
|
||||
|
||||
####To-Do
|
||||
* [ ] (Optional) Customize Airline more.
|
||||
* [ ] (Optional) Customize Airline more.
|
||||
* [ ] Consider adding [gist-vim](https://github.com/mattn/gist-vim) due to
|
||||
prevalence of Gist at work
|
||||
* [ ] Look into [ctrlp](https://github.com/kien/ctrlp.vim) for more awesome
|
||||
searching.
|
||||
* [ ] Get color situtated.
|
||||
|
|
Loading…
Reference in a new issue