mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-22 09:23:01 +00:00
Add gh-source
Add `gh-source` framework Signed-off-by: Joe Block <jpb@unixorn.net>
This commit is contained in:
parent
0da170732a
commit
8317c21a1d
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari
|
|||
- [deer](#deer)
|
||||
- [dotzsh](#dotzsh)
|
||||
- [fresh](#fresh)
|
||||
- [gh-source](#gh-source)
|
||||
- [miniplug](#miniplug)
|
||||
- [oh-my-zsh](#oh-my-zsh)
|
||||
- [PMS](#pms)
|
||||
|
@ -183,6 +184,10 @@ A minimalist ZSH plugin manager.
|
|||
|
||||
**fresh** is a tool to source shell configuration (aliases, functions, etc) from others into your own configuration files. We also support files such as ackrc and gitconfig. Think of it as [Bundler](https://bundler.io) for your dot files.
|
||||
|
||||
### [gh-source](https://github.com/Yarden-zamir/gh-source)
|
||||
|
||||
**gh-source** is a plugin manager for people who don't like plugin managers. It's a simple shell function that downloads and installs plugins from GitHub as part of the sourcing step. It's designed to be used with `zsh`, but it should work with any shell.
|
||||
|
||||
### [miniplug](https://sr.ht/~yerinalexey/miniplug)
|
||||
|
||||
**miniplug** is a minimalistic plugin manager for ZSH.
|
||||
|
|
Loading…
Reference in a new issue