p10k latest release, fixup cache/zwc generated fiels, adjust refresh periods

This commit is contained in:
2024-11-08 00:41:59 -06:00
parent 94648815dc
commit 7193ea4462
2 changed files with 36 additions and 3 deletions

View File

@@ -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"

View File

@@ -0,0 +1,21 @@
hooks
{{/* generated files, cached files, anything that might change unnecessarily */}}
.oh-my-zsh/cache/**
.oh-my-zsh/plugins/**
.oh-my-zsh/templates/**
.oh-my-zsh/custom/themes/powerlevel10k/**/*.zwc
{{ if eq .chezmoi.os "windows" }}
Documents
{{ else }}
.config
.scripts
*.zsh
.zshrc
.bashrc
key.txt
.passwd-s3fs.age
.profile
.tmux.conf
{{ end }}