Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pilaton/ohmyzsh-full-autoupdate
Automatic update of custom plugins and themes Oh My Zsh
https://github.com/pilaton/ohmyzsh-full-autoupdate
autoupdate oh-my-zsh oh-my-zsh-plugin oh-my-zsh-theme ohmyzsh ohmyzsh-customize ohmyzsh-plugin terminal zsh zsh-plugin
Last synced: 9 days ago
JSON representation
Automatic update of custom plugins and themes Oh My Zsh
- Host: GitHub
- URL: https://github.com/pilaton/ohmyzsh-full-autoupdate
- Owner: Pilaton
- License: mit
- Created: 2021-12-15T00:36:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T16:38:40.000Z (5 months ago)
- Last Synced: 2025-01-16T15:08:40.288Z (16 days ago)
- Topics: autoupdate, oh-my-zsh, oh-my-zsh-plugin, oh-my-zsh-theme, ohmyzsh, ohmyzsh-customize, ohmyzsh-plugin, terminal, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 120 KB
- Stars: 69
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## What is it
As you probably know, when you update Oh My Zsh, your plugins and themes installed in the `~/.oh-my-zsh/custom` folder are not updated.
This plugin solves this problem and automatically updates your plugins and themes.
## Installing
1. Clone this repository into `$ZSH_CUSTOM/plugins` (`~/.oh-my-zsh/custom/plugins`)
```bash
git clone https://github.com/Pilaton/OhMyZsh-full-autoupdate.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/ohmyzsh-full-autoupdate
```2. Add the plugin to the Oh My Zsh plugin list in the `~/.zshrc` file:
```bash
plugins=(... ohmyzsh-full-autoupdate)
```3. Start a new terminal session.
## Usage 🚀
The plugin **works completely automatically**.
The update of all OMZ themes and plugins is triggered the next time a new terminal session is opened, after the update of Oh My Zsh.
The update frequency depends on the Oh My Zsh settings, by default **every 13 days**.💡 Note: It can be changed with the parameter `export UPDATE_ZSH_DAYS=13` in `~/.zshrc`.
## Manual start
If you still need to start the update manually, just type `omz update` in the terminal, wait for the Oh My Zsh update to finish and restart the terminal. 😎
## License
MIT © [Pilaton](https://github.com/Pilaton)