https://github.com/unixorn/autoupdate-zgen
Autoupdate plugin for zgen
https://github.com/unixorn/autoupdate-zgen
hacktoberfest hacktoberfest2020 zgen zsh zsh-plugin
Last synced: 9 days ago
JSON representation
Autoupdate plugin for zgen
- Host: GitHub
- URL: https://github.com/unixorn/autoupdate-zgen
- Owner: unixorn
- License: apache-2.0
- Created: 2015-01-05T01:48:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T15:21:00.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T22:22:36.485Z (27 days ago)
- Topics: hacktoberfest, hacktoberfest2020, zgen, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 21
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# autoupdate-zgen
## Important - DEPRECATED
[zgen](https://github.com/tarjoilija/zgen) is no longer getting updates. However, the [zgenom](https://github.com/jandamm/zgenom) fork is getting updates and new features, and is basically zgen but better.
I recommend that you switch to zgenom and use the [autoupdate-zgenom](https://github.com/unixorn/autoupdate-zgenom/) plugin with it instead.
This plugin will no longer get updates.
## Status[](https://opensource.org/licenses/Apache-2.0)
[](https://travis-ci.org/unixorn/autoupdate-zgen)
[](https://github.com/unixorn/autoupdate-zgen/stargazers)
[](https://codeclimate.com/github/unixorn/autoupdate-zgen)
[](https://codeclimate.com/github/unixorn/autoupdate-zgen)[zgen](https://github.com/tarjoilija/zgen) doesn't include an automatic update function like [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) does.
**autoupdate-zgen** sets up easy automatic updating, both of zgenom or zgen and the plugins loaded in your configuration.
Activate with `zgenom load unixorn/autoupdate-zgen` or `zgen load unixorn/autoupdate-zgen` and regenerate your `init.zsh` file.
## Configuration
* Set `ZGEN_PLUGIN_UPDATE_DAYS` before calling the bundle if you don't want the default value of 7 days.
* Set `ZGEN_SYSTEM_UPDATE_DAYS` before calling the bundle if you don't want the default value of 7 days.