Switch from nvm to fnm, add lsps to nvim

This commit is contained in:
2025-02-23 21:16:15 -05:00
parent 9b9961edee
commit c1adcc3ebb
6 changed files with 51 additions and 51 deletions

View File

@@ -55,11 +55,8 @@ cloudflared: (apt "gdebi")
nvim: (cargo "bob-nvim ripgrep tree-sitter-cli")
bob use stable
node:
#!/usr/bin/env bash
PROFILE=/dev/null bash -c 'curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v1.40.1/install.sh | bash'
source ~/.nvm/nvm.sh
nvm install node
node: (cargo "fnm")
fnm install --lts
nix:
sh <(curl -L https://nixos.org/nix/install) --daemon