mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-16 00:11:36 -06:00
p10k latest release, fixup cache/zwc generated fiels, adjust refresh periods
This commit is contained in:
@@ -3,14 +3,19 @@
|
||||
url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz"
|
||||
exact = true
|
||||
stripComponents = 1
|
||||
refreshPeriod = "168h"
|
||||
refreshPeriod = "72h"
|
||||
exclude = [
|
||||
"*/.*",
|
||||
"*/templates",
|
||||
"*/themes",
|
||||
]
|
||||
|
||||
[".oh-my-zsh/custom/themes/powerlevel10k"]
|
||||
type = "archive"
|
||||
url = "https://github.com/romkatv/powerlevel10k/archive/v1.15.0.tar.gz"
|
||||
url = "https://github.com/romkatv/powerlevel10k/archive/{{ (gitHubLatestRelease "romkatv/powerlevel10k").TagName }}.tar.gz"
|
||||
exact = true
|
||||
stripComponents = 1
|
||||
refreshPeriod = "168h"
|
||||
refreshPeriod = "72h"
|
||||
|
||||
[".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
|
||||
type = "archive"
|
||||
@@ -24,4 +29,11 @@
|
||||
url = "https://github.com/z-shell/F-Sy-H/archive/master.tar.gz"
|
||||
exact = true
|
||||
stripComponents = 1
|
||||
refreshPeriod = "168h"
|
||||
|
||||
[".oh-my-zsh/custom/plugins/zoxide"]
|
||||
type = "archive"
|
||||
url = "https://github.com/ajeetdsouza/zoxide/archive/master.tar.gz"
|
||||
exact = true
|
||||
stripComponents = 1
|
||||
refreshPeriod = "168h"
|
||||
Reference in New Issue
Block a user