refactor: update starship.toml file path in setup.sh

This commit is contained in:
Bram Kelchtermans 2024-06-27 21:36:52 +02:00
parent a6b9467aeb
commit 895b48a3e5
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ overwrite_starship_toml() {
if [ -f "./terminal/starship.toml" ]; then
echo "Overwriting starship.toml..."
mkdir -p ~/.config/starship
cp ./terminal/starship.toml ~/.config/starship/starship.toml
cp ./terminal/starship.toml ~/.config/starship.toml
else
echo "starship.toml not found in the repository."
exit 1