add zed config

This commit is contained in:
2025-09-25 22:28:48 +01:00
parent a7bd9ec5da
commit 1951f2c0ac
2 changed files with 84 additions and 0 deletions

View File

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