From 743a5282898a54d6a8f95770251fac5fbca1ceb7 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Fri, 24 Oct 2025 20:32:15 +0100 Subject: [PATCH] fix install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2fcabd1..6fa3068 100755 --- a/install.sh +++ b/install.sh @@ -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