Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redxtech/zsh-sb-upgrade
A zsh plugin that provides a function that upgrades apps on my seedbox
https://github.com/redxtech/zsh-sb-upgrade
seedbox seedbox-script zsh zsh-plugin
Last synced: about 1 month ago
JSON representation
A zsh plugin that provides a function that upgrades apps on my seedbox
- Host: GitHub
- URL: https://github.com/redxtech/zsh-sb-upgrade
- Owner: redxtech
- License: mit
- Created: 2021-07-08T21:02:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T21:02:51.000Z (over 3 years ago)
- Last Synced: 2024-04-15T23:19:36.130Z (8 months ago)
- Topics: seedbox, seedbox-script, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# sb-upgrade
> sb-upgrade is a zsh plugin that provides a function that upgrades apps on my seedbox## Installing
### zinit
Add this to your zinit config (.zshrc):
```zsh
zinit light redxtech/zsh-sb-upgrade# it also works with turbo mode:
zinit ice wait lucid
zinit load redxtech/zsh-sb-upgrade
```### oh-my-zsh
Install it with your favourite zsh package manager, or clone it directly to your
`$ZSH_CUSTOM/plugins` directory with git, and add `zsh-sb-upgrade` to the plugins
array in your `.zshrc` file:```zsh
plugins=(... zsh-sb-upgrade)
```## Usage
`sb-upgrade` is very easy to use, simply run the command:```zsh
sb-upgrade
```## Author
**sb-upgrade** © [Gabe Dunn](https://github.com/redxtech), Released under the [MIT](./license.md) License.