mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2025-02-16 15:28:24 +00:00
Add shplug framework
Signed-off-by: Joe Block <jpb@unixorn.net>
This commit is contained in:
parent
ecad0f5a5a
commit
a31dff7f53
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari
|
|||
- [prezto](#prezto)
|
||||
- [pumice](#pumice)
|
||||
- [sheldon](#sheldon)
|
||||
- [shplug](#shplug)
|
||||
- [Toasty](#toasty)
|
||||
- [tzpm](#tzpm)
|
||||
- [uz](#uz)
|
||||
|
@ -200,6 +201,10 @@ A fast, configurable, shell plugin manager.
|
|||
- Configuration file using [TOML](https://github.com/toml-lang/toml) syntax.
|
||||
- Uses a lock file for much faster loading of plugins.
|
||||
|
||||
### [shplug](https://github.com/dtrugman/shplug)
|
||||
|
||||
An easy solution for managing your shell environments. Works with both `bash` and `zsh`. Makes it easy to sync your environment across multiple machines with a `git` repository.
|
||||
|
||||
### [Toasty](https://github.com/5paceToast/toasty-zsh)
|
||||
|
||||
**Toasty** is a ZSH framework made to facilitate management, not dictate it.
|
||||
|
|
Loading…
Add table
Reference in a new issue