deleted nvim dir cuz unused, updated configure to have my fork of kickstart

This commit is contained in:
2025-09-23 14:22:07 +02:00
parent f757d4e871
commit 63a6be69b7
2 changed files with 1 additions and 1023 deletions

View File

@@ -33,8 +33,7 @@ echo "Turining on sddm login manager"
sudo systemctl enable sddm
echo "Cloining kickstart nvim to nvim config location"
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
cp "$START_DIR"/nvim/* $HOME/.config/nvim/ -r
git clone https://github.com/htamas1210/kickstart-modular.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
echo "Installing rust and go and bootdev cli"
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh