From 1fa1c7d2171937ea9558eb30c4fc8d5e562f97f3 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 25 Aug 2024 10:20:55 -0500 Subject: [PATCH] track more files --- update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/update.sh b/update.sh index 3b19417..966a377 100755 --- a/update.sh +++ b/update.sh @@ -31,8 +31,12 @@ DOTS=( '.vim/autoload/' # vim-plug, mainly # Until I find/make custom modules worthwhile, including *only* the config/styling '.config/waybar/config' + '.config/waybar/modules/settings.json' '.config/waybar/styles/' '.config/waybar/style.css' # symlink to the wanted stylesheet (in the 'styles' dir') + '.gnupg/trezor/gpg.conf' + '.config/systemd/user/trezor-gpg-agent.service' + '.config/systemd/user/trezor-gpg-agent.socket' ) # to avoid hacky pwd/dirname stuff w/ $0 [for now?], inline the path to the repo where copies are held