diff --git a/asuser.sh b/asuser.sh index 74e52cb..7dab152 100755 --- a/asuser.sh +++ b/asuser.sh @@ -23,7 +23,7 @@ usertest() { dev() { echo "Developer tools..." - doas apk add git make python3 nodejs npm neovim + doas apk add git make python3 nodejs npm neovim curl } sysinfo() { @@ -59,7 +59,7 @@ print $1,$2,$3,$4,$5,$6,$7 }}' /etc/passwd > passwd.tmp doas mv passwd.tmp /etc/passwd # add starship and oh my zsh - doas apk add starfish + doas apk add starship } # neovim must be installed.