install neovim

This commit is contained in:
2026-07-18 16:40:43 -05:00
parent a7cccf0c4a
commit 76dad1fb8a

13
main.sh
View File

@@ -53,9 +53,18 @@ mkdir -p "$HOME/.config"
cp ./utils/starship.toml "$HOME/.config/starship.toml" cp ./utils/starship.toml "$HOME/.config/starship.toml"
# Neovim # Neovim
echo "* install neovim & clone config" | tee todo.md -a curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz
sudo rm -rf /opt/nvim-linux-x86_64
sudo tar -C /opt -xzf nvim-linux-x86_64.tar.gz
# Other editor(s) (TBD) echo 'export PATH="$PATH:/opt/nvim-linux-x86_64/bin"' | tee "$HOME/.bashrc" -a
git clone https://gitea.jovan04.com/evan/neovim-config "$HOME/.config/nvim"
rm nvim-linux-x86_64.tar.gz
echo "* install pyright language server (and any other relevant ones)" | tee todo.md -a
# Other editor(s) (TBD)
echo "* investigate and install other IDE(s)" | tee todo.md -a echo "* investigate and install other IDE(s)" | tee todo.md -a
# Brave browser # Brave browser