Compare commits

..

1 Commits

Author SHA1 Message Date
41f9402eee Update readme file 2018-08-24 12:25:50 +01:00

View File

@ -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 In addition to third part plugins the following are custom plugins residing in
this repository. this repository.
* `autoenv` is a inspired by [zsh-autoenv][zsh-autoenv] but simplified by removing * [autoenv](autoenv/autoenv.zsh) is a inspired by [zsh-autoenv][zsh-autoenv] but
customization points and using a less intrusive UI. simplified by removing customization points and using a less intrusive UI.
* `build` is a collection of commands to make it easier to build projects * [build](build/build.plugin.zsh) is a collection of commands to make it easier
focuses on C/C++ development. to build projects focuses on C/C++ development.
* `sandbox` is a command which sets up a throw away directory for quickly * [sandbox](sandbox/sandbox.plugin.zsh) is a command which sets up a throw away
testing ideas. directory for quickly testing ideas.
* `layout` is a command which setups up `tmux` panes in a window with scripts. * [layout](layout/layout.plugin.zsh) is a command which setups up `tmux` panes
* `notes` is a command to quickly edit markdown note files. in a window with scripts.
* [notes](notes/notes.plugin.zsh) is a command to quickly edit markdown note
files.
## Environment & Settings ## Environment & Settings