aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index dd68908..8ed8793 100755
--- a/setup.sh
+++ b/setup.sh
@@ -10,7 +10,7 @@ if [ ! -d ~/.config ]; then
mkdir ~/.config
fi
-for name in alacritty fish git starship.toml; do
+for name in alacritty fish git; do
if [ ! -L ~/.config/$name ]; then
ln -s -f ~/dotfiles/.config/$name ~/.config/$name
fi