From 3eee8f4c4ca155dc4fbf15cff3242ab056ad9916 Mon Sep 17 00:00:00 2001 From: Brandon Black Date: Tue, 28 Nov 2023 22:49:12 -0800 Subject: [PATCH] refactor: Update source path for powerlevel10k.zsh-theme --- Brewfile.software | 1 + dot_zshrc.tmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Brewfile.software b/Brewfile.software index f7b8a0e..c169971 100644 --- a/Brewfile.software +++ b/Brewfile.software @@ -17,6 +17,7 @@ mas "Boom 3D", id: 1233048948 mas "Codye", id: 1516894961 mas "Contact Organizer", id: 922498351 mas "DaisyDisk", id: 411643860 +mas "Hidden Bar", id: 1452453066 mas "Keynote", id: 409183694 mas "Magnet", id: 441258766 mas "Meeter", id: 1510445899 diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 22836d9..a5511db 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -18,7 +18,7 @@ export PATH="$GOPATH/bin:$PATH" eval "$(rbenv init -)" # shell theme -source $(brew --prefix powerlevel10k)/powerlevel10k.zsh-theme +source $(brew --prefix powerlevel10k)/share/powerlevel10k/powerlevel10k.zsh-theme for file in ~/.{exports,aliases,functions,work}; do [ -r "$file" ] && source "$file"