This commit is contained in:
BlackNet Dev
2022-12-24 16:33:38 +01:00
parent dbdbc90252
commit 33c9b4d511
+2 -2
View File
@@ -2,9 +2,9 @@
cd ~ cd ~
cp ~/.zshrc ~/.zshrc.bak cp ~/.zshrc ~/.zshrc.bak
if [[ ! -f $(which starship 2>/dev/null) ]] then if [[ ! -f $(which starship 2>/dev/null) ]]; then
echo "Installing starship..." echo "Installing starship..."
curl -sS https://starship.rs/install.sh | sh sh -c "$(curl -fsSL https://starship.rs/install.sh)" "" --unattended
fi fi
# check if oh my zsh installed # check if oh my zsh installed