Add update dotfiles alias

This commit is contained in:
Marko Korhonen 2023-09-11 15:19:57 +03:00
parent c06876a990
commit a8eed9e985

View file

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