This commit is contained in:
firebadnofire 2024-04-15 13:26:01 +00:00
parent 829e19c505
commit a91a239f00
Signed by: firebadnofire
GPG Key ID: EF6539F1FA16DEB7
3 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# zsh-deploy
Bash script for deploying my zsh configs and zsh to a new machine

4
zsh-down.sh Normal file
View File

@ -0,0 +1,4 @@
curl -o /tmp/zsh.sh -L https://codeberg.org/firebadnofire/zsh-deploy/raw/branch/main/zsh.sh
cd /tmp
clear
echo "run ./zsh.sh"

1
zsh.sh
View File

@ -74,6 +74,7 @@ while true; do
e|E)
echo "Exiting..."
cd ~
break
;;
*)