Update README.md
This commit is contained in:
parent
34a5a84ef3
commit
09b7d58597
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -15,18 +15,18 @@ my text editor of choice for its efficiency in keeping your hands as close to th
|
|||
# tmux
|
||||
a modern terminal multiplexor which is actively maintained compared to screen. Biggest modification is rebinding the leader key combo to Ctrl+A
|
||||
|
||||
# ZSH
|
||||
# zsh
|
||||
I chose the Z shell for its extensive expansion and bonus features compared to the default bash shell.
|
||||
|
||||
# Emacs
|
||||
My exploration of emacs begins with spacemacs, combining the power of both vim and emacs together! It's extensive set of plugins are self contained and updating to make life easy. Conveniently it has both a GUI and terminal version, but I'm still working on copy/paste!
|
||||
|
||||
## Plugin Managers
|
||||
### Vundle
|
||||
An expansion of the original pathogen plugin manager, this will automatically update git repos for plugins based on what's in the vimrc file
|
||||
### Prezto
|
||||
A lighter version of the popular oh-my-zsh, this provided a stable and tested place to start making my own shell modifications.
|
||||
|
||||
### Antibody
|
||||
This plugin manager downloads zsh plugins directly from git based on a list of gituser/gitproject names in my .zshrc file. I chose it over antigen as it is more simple and quick.
|
||||
### vim-plug
|
||||
A lighter, self installing, parallel downloading plugin manager for vim.
|
||||
|
||||
## Powerline
|
||||
Nifty modern looking effect for zsh, vim, and tmux!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue