Add update dotfiles alias

This commit is contained in:
Marko Korhonen 2023-09-11 15:19:57 +03:00
parent 958178ca85
commit 8cf22d17f8
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -166,6 +166,7 @@ update() {
docker-update
{%@@ endif @@%}
plugins
dotfiles
}
packages() {
@ -209,6 +210,11 @@ update() {
docker system prune -af --volumes
}
dotfiles() {
dotgit pull
dotdrop install
}
{%@@ endif @@%}
case "$1" in
all)