Update README files.

This commit is contained in:
Bill Niblock 2015-10-27 19:20:22 -04:00
parent e515a7c33e
commit afbfec31a8
3 changed files with 13 additions and 5 deletions

View file

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

View file

@ -7,14 +7,14 @@ 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.
@ -22,3 +22,6 @@ Additionally, I have several extensions, as submodules, in .vim/bundle:
* [ ] (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.