From ce6be946d024aa55a15d576388d05f90be671cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sat, 8 Oct 2022 12:40:19 +0200 Subject: Sat Oct 8 12:40:19 PM CEST 2022 --- .bin/dot-sync | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.bin/dot-sync') 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 -- cgit v1.2.3