Compare commits
1 Commits
ac451b8d97
...
41f9402eee
Author | SHA1 | Date | |
---|---|---|---|
41f9402eee |
18
README.md
18
README.md
@ -60,14 +60,16 @@ Plugins are sourced manually and their git repositories tracked by
|
||||
In addition to third part plugins the following are custom plugins residing in
|
||||
this repository.
|
||||
|
||||
* `autoenv` is a inspired by [zsh-autoenv][zsh-autoenv] but simplified by removing
|
||||
customization points and using a less intrusive UI.
|
||||
* `build` is a collection of commands to make it easier to build projects
|
||||
focuses on C/C++ development.
|
||||
* `sandbox` is a command which sets up a throw away directory for quickly
|
||||
testing ideas.
|
||||
* `layout` is a command which setups up `tmux` panes in a window with scripts.
|
||||
* `notes` is a command to quickly edit markdown note files.
|
||||
* [autoenv](autoenv/autoenv.zsh) is a inspired by [zsh-autoenv][zsh-autoenv] but
|
||||
simplified by removing customization points and using a less intrusive UI.
|
||||
* [build](build/build.plugin.zsh) is a collection of commands to make it easier
|
||||
to build projects focuses on C/C++ development.
|
||||
* [sandbox](sandbox/sandbox.plugin.zsh) is a command which sets up a throw away
|
||||
directory for quickly testing ideas.
|
||||
* [layout](layout/layout.plugin.zsh) is a command which setups up `tmux` panes
|
||||
in a window with scripts.
|
||||
* [notes](notes/notes.plugin.zsh) is a command to quickly edit markdown note
|
||||
files.
|
||||
|
||||
## Environment & Settings
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user