track more files
This commit is contained in:
parent
dc18ec83b9
commit
1fa1c7d217
1 changed files with 4 additions and 0 deletions
|
@ -31,8 +31,12 @@ DOTS=(
|
||||||
'.vim/autoload/' # vim-plug, mainly
|
'.vim/autoload/' # vim-plug, mainly
|
||||||
# Until I find/make custom modules worthwhile, including *only* the config/styling
|
# Until I find/make custom modules worthwhile, including *only* the config/styling
|
||||||
'.config/waybar/config'
|
'.config/waybar/config'
|
||||||
|
'.config/waybar/modules/settings.json'
|
||||||
'.config/waybar/styles/'
|
'.config/waybar/styles/'
|
||||||
'.config/waybar/style.css' # symlink to the wanted stylesheet (in the 'styles' dir')
|
'.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
|
# to avoid hacky pwd/dirname stuff w/ $0 [for now?], inline the path to the repo where copies are held
|
||||||
|
|
Loading…
Reference in a new issue