This commit is contained in:
zebra 2024-07-24 13:35:30 -07:00
parent 533253e41c
commit 1296451fb2

View File

@ -39,7 +39,7 @@ done
curl https://pyenv.run | bash
#Download starship and copy config file to root and all users under /home/
curl -sS https://starship.rs/install.sh | yes | sh
curl -sS https://starship.rs/install.sh | sh | yes
wget -O "$HOME/.config/starship.toml" $starshipconfig
# Iterate over each user's home directory, including /root
for homedir in /root /home/*; do