From fb3c5fae4e1cccb05a3d11d9123962930b4b10c6 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 9 Feb 2026 16:06:13 -0500 Subject: [PATCH] [bash] Add alias to update dotfiles --- bash/.aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/.aliases b/bash/.aliases index 3cc10d4..1ce6f3d 100644 --- a/bash/.aliases +++ b/bash/.aliases @@ -16,6 +16,8 @@ alias push="git push" alias bookpull="rsync -aziuvhP root@rhea.local:/tank/books/ ~/.calibre/" alias bookpush="rsync -aziuvhP ~/.calibre/ root@rhea.local:/tank/books/" alias gpghup='gpgconf --kill gpg-agent && gpgconf --launch gpg-agent' +alias dotup='(cd ~/.dotfiles && git pull && make)' + # Vrobbler shortcuts alias vdeploy="ssh life.unbl.ink \"rm -rf /root/vrobbler-venv/lib/python3.11/site-packages/vrobbler-0.15.4.dist-info/ && pip install git+https://code.unbl.ink/secstate/vrobbler.git@develop && systemctl restart vrobbler\""