editor: setting up neovim again

been using helix for a few years now, but wanted to test the neovim
waters again. mostly just ripped off "neovim for newbs"
https://www.youtube.com/watch?v=zHTeCSVAFNY&list=PLsz00TDipIffreIaUNk64KxTIkQaGguqn
This commit is contained in:
Matthew Ryan Dillon 2025-02-14 11:51:43 -05:00
parent 25e22570c8
commit 4db7bcac3b
19 changed files with 333 additions and 33 deletions

View file

@ -10,7 +10,6 @@ sudo apt install \
libssl-dev \
lynx \
ripgrep \
tmux \
tree \
wget \
zsh \
@ -30,6 +29,8 @@ brew install \
helix \
jj \
kitty \
neovim \
nvm \
ripgrep \
sqlite \
tree \
@ -42,6 +43,11 @@ brew install \
zlib \
zsh
export NVM_DIR="$HOME/.nvm"
[ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh"
nvm install 22
nvm use 22
{{ else if eq .hosttype "wsl" -}}
sudo apt update
sudo apt install \
@ -50,13 +56,11 @@ sudo apt install \
libssl-dev \
pkg-config \
ripgrep \
tmux \
tree \
wget \
yazi \
-y
{{ end }}
{{ if eq .hosttype "work" -}}
{{ else if eq .hosttype "work" -}}
{{ join .chezmoi.sourceDir "encrypted_work_packages.age" | include | decrypt -}}
{{ end }}