Update postinstall.sh

This commit is contained in:
2026-02-28 12:20:13 -08:00
parent 17720cebf5
commit 483077bb97
+15
View File
@@ -113,5 +113,20 @@ keepcache=True"
echo "CachyOS addons complete."
sleep 3
echo "Installing LinuxToys"
curl -fsSL https://linux.toys/install.sh | bash
echo "Installing Starship"
sudo dnf copr enable atim/starship
sudo dnf install starship -y
sleep 1
text_to_append_bash="eval "$(starship init bash)"
keepcache=True"
#File path
file_path_bash="~/.bashrc"
# Append the text to the end of the file
echo "$text_to_append_bash" | sudo tee -a "$file_path_bash"
starship preset gruvbox-rainbow -o ~/.config/starship.toml