diff options
Diffstat (limited to '.bin/dot-sync')
-rwxr-xr-x | .bin/dot-sync | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.bin/dot-sync b/.bin/dot-sync index 7f4d490..0643086 100755 --- a/.bin/dot-sync +++ b/.bin/dot-sync @@ -13,13 +13,21 @@ yadm add \ $HOME/.config/neomutt \ $HOME/.config/newsboat \ $HOME/.config/nvim \ - $HOME/.config/qutebrowser/{*.py,greasemonkey} \ + $HOME/.config/qutebrowser/*.py \ + $HOME/.config/qutebrowser/bookmarks \ + $HOME/.config/qutebrowser/greasemonkey \ + $HOME/.config/qutebrowser/quickmarks \ + $HOME/.config/qutebrowser/userscripts/*.py \ $HOME/.config/sway \ + $HOME/.config/task \ $HOME/.config/yadm \ $HOME/.config/waybar \ + $HOME/.config/zk \ $HOME/.public-keys yadm push +nvim --headless -c "PaqSync" -c "TSInstall all" -c "TSUpdate" -c "qa" + yadm commit -m "$(date +%Y-%m-%dT%H:%M:%S)" yadm push |