README: Update information
This commit is contained in:
parent
39b5947e92
commit
719ba0bb30
1 changed files with 5 additions and 20 deletions
25
README.md
25
README.md
|
@ -27,38 +27,23 @@ command to check for and pull-down the vim-plug files, if not previously
|
||||||
installed. All configurations related to plugins goes into this file also, so if
|
installed. All configurations related to plugins goes into this file also, so if
|
||||||
I want a plugin-free install, I can ignore this file and still run fine.
|
I want a plugin-free install, I can ignore this file and still run fine.
|
||||||
|
|
||||||
Notable Plugins
|
|
||||||
* [Fugitive](https://github.com/tpope/vim-fugitive) for nice Git integration.
|
|
||||||
* [Polyglot](https://github.com/sheerun/vim-polyglot) for language files.
|
|
||||||
* [vimwiki](https://github.com/vimwiki/vimwiki) for info, diary and notes.
|
|
||||||
* [goyo](https://github.com/junegunn/goyo.vim) for zen-like text editing.
|
|
||||||
|
|
||||||
### Tmux
|
### Tmux
|
||||||
My tmux configuration is very straight forward and fully commented. Of note, I
|
My tmux configuration is very straight forward and fully commented. Of note, I
|
||||||
enable mouse mode, and have custom colors configured.
|
enable mouse mode, have custom colors, and have a custom clock script for the
|
||||||
|
status bar (`clocks.sh`).
|
||||||
#### Tmux Plugins
|
|
||||||
- [TPM](https://www.github.com/tmux-plugins/tpm): The TMUX Plugin Manager
|
|
||||||
- [Scroll-Wheel Copy Mode](https://www.github.com/nhdaly/tmux-scroll-copy-mode)
|
|
||||||
|
|
||||||
#### Custom Scripts
|
|
||||||
- clocks.sh: My custom status bar. Shows time for 4 different time zones.
|
|
||||||
|
|
||||||
### Git
|
### Git
|
||||||
My git configuration is a skeleton `gitconfig` file, and an always-growing
|
My git configuration is a skeleton `gitconfig` file, and an always-growing
|
||||||
`gitignore` file. Unlike most other files, the `gitconfig` file isn't symlinked,
|
`gitignore` file.
|
||||||
since it changes based on which machine I'm on.
|
|
||||||
|
|
||||||
### Bash
|
### Bash
|
||||||
My bash configuration includes a custom prompt, several PATH additions, and
|
My `bashrc` includes a custom prompt, several PATH additions, and
|
||||||
several custom functions. Nothing crazy, nothing revolutionary, but definitely
|
several custom functions.
|
||||||
some improvements for my environment.
|
|
||||||
|
|
||||||
The `bashrc-remote` file I use for any remote environments I'm in. The prompt is
|
The `bashrc-remote` file I use for any remote environments I'm in. The prompt is
|
||||||
different, and some of the functions aren't included.
|
different, and some of the functions aren't included.
|
||||||
|
|
||||||
## To-Do
|
## To-Do
|
||||||
* [ ] irssi config files
|
|
||||||
* [ ] Improve makefile
|
* [ ] Improve makefile
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in a new issue