Add update dotfiles alias
This commit is contained in:
parent
958178ca85
commit
8cf22d17f8
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue