summaryrefslogtreecommitdiffstats
path: root/.bin/dot-sync
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2022-10-08 12:40:19 +0200
committerRomain Gonçalves <me@rgoncalves.se>2022-10-08 12:40:19 +0200
commitce6be946d024aa55a15d576388d05f90be671cf2 (patch)
treefa1053446a3fb06daee8438c1ff664cb36c0abcb /.bin/dot-sync
parent703ed1915c69911a95cab6e1fb6524629c976800 (diff)
downloaddots-ce6be946d024aa55a15d576388d05f90be671cf2.tar.gz
Sat Oct 8 12:40:19 PM CEST 2022
Diffstat (limited to '.bin/dot-sync')
-rwxr-xr-x.bin/dot-sync10
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
remember that computers suck.