fix install script

This commit is contained in:
2025-10-24 20:32:15 +01:00
parent 8a109f2427
commit 743a528289

View File

@@ -22,7 +22,7 @@ if [ ! -d "$HOME/.config/nvim" ]; then
fi
if [ ! -d "$HOME/.config/zed/settings.json" ]; then
ln -s "$HOME/dotfiles/zed/settings.json" "$HOME/.config/zed/settings.json" || :
ln -s "$HOME/dotfiles/zed" "$HOME/.config/zed" || :
fi
# install starship config