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
|
> 3. ./install
|
||||||
|
|
||||||
##Applications Configured
|
##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 \]
|
* Git \[ git/gitconfig => ~/.gitconfig \]\[ git/gitignore => ~/.gitignore \]
|
||||||
* Tmux \[ tmux/tmux.conf => ~/.tmux.conf \]
|
* 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,14 +7,14 @@ My vim configuration is relatively straight forward.
|
||||||
* Mappings to quickly edit dotfiles
|
* Mappings to quickly edit dotfiles
|
||||||
* Relative numbering, with mapping to quickly swap
|
* Relative numbering, with mapping to quickly swap
|
||||||
|
|
||||||
###Directory
|
###Bundles File
|
||||||
Additionally, I have several extensions, as submodules, in .vim/bundle:
|
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.
|
* [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
|
* [Vinegar](https://github.com/tpope/vim-vinegar) for a convenient directory
|
||||||
browser.
|
browser.
|
||||||
* [Pathogen](https://github.com/tpope/vim-pathogen) to do the hard work.
|
|
||||||
* [Templates](https://github.com/ap/vim-templates.git) for easy templates.
|
* [Templates](https://github.com/ap/vim-templates.git) for easy templates.
|
||||||
* [vimwiki](https://github.com/vimwiki/vimwiki) for info, diary and notes.
|
* [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.
|
* [ ] (Optional) 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
|
||||||
|
* [ ] Look into [ctrlp](https://github.com/kien/ctrlp.vim) for more awesome
|
||||||
|
searching.
|
||||||
|
* [ ] Get color situtated.
|
||||||
|
|
Loading…
Reference in a new issue