# oh-my-zsh + custom plugins/themes, fetched at apply time. # Tag archives = pinned; branch archives re-check per refreshPeriod. # NOTE: no "exact" on .oh-my-zsh so custom/ additions survive refresh. [".oh-my-zsh"] type = "archive" url = "https://github.com/ohmyzsh/ohmyzsh/archive/refs/heads/master.tar.gz" stripComponents = 1 refreshPeriod = "720h" [".oh-my-zsh/custom/plugins/zsh-autosuggestions"] type = "archive" url = "https://github.com/zsh-users/zsh-autosuggestions/archive/refs/tags/v0.7.1.tar.gz" stripComponents = 1 exact = true refreshPeriod = "720h" [".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"] type = "archive" url = "https://github.com/zsh-users/zsh-syntax-highlighting/archive/refs/heads/master.tar.gz" stripComponents = 1 exact = true refreshPeriod = "720h" [".oh-my-zsh/custom/plugins/zsh-completions"] type = "archive" url = "https://github.com/zsh-users/zsh-completions/archive/refs/heads/master.tar.gz" stripComponents = 1 exact = true refreshPeriod = "720h" [".oh-my-zsh/custom/themes/powerlevel10k"] type = "archive" url = "https://github.com/romkatv/powerlevel10k/archive/refs/heads/master.tar.gz" stripComponents = 1 exact = true refreshPeriod = "720h"