Compare commits

..

1 Commits

Author SHA1 Message Date
ac451b8d97 Update readme file 2018-08-24 12:23:44 +01:00

View File

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