adds nvim fix in a separate sh

This commit is contained in:
2023-12-13 08:47:46 -08:00
parent 11f211edc7
commit 5924eeaca3
3 changed files with 11 additions and 9 deletions

5
dev.sh
View File

@@ -32,6 +32,5 @@ sudo npm i -g vercel@latest
sudo dnf install gh -y sudo dnf install gh -y
nvim gh auth login
# gh auth login railway login
# railway login

View File

@@ -1,6 +0,0 @@
cd ~/.config
sudo rm -rf nvim
git clone http://www.github.com/noisycarlos/nvim
# gh auth login
# railway login

9
nvim-reset.sh Normal file
View File

@@ -0,0 +1,9 @@
cd ~/.config
sudo rm -rf nvim
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
nvim
cd ~/.config
sudo rm -rf nvim
git clone http://www.github.com/noisycarlos/nvim