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