diff --git a/setup.sh b/setup.sh index ce243a5d..8e816c4e 100644 --- a/setup.sh +++ b/setup.sh @@ -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