chore: cleanup of history file

This commit is contained in:
tegwick 2026-01-05 22:01:04 +01:00
parent 5e147865f8
commit 77415bfad7
140 changed files with 73 additions and 56 deletions

View file

@ -1,11 +0,0 @@
#!/bin/sh
#
# install-nvm.sh - install current nvm for nodejs
#
# USAGE
# run "./install-nvm.sh" to make sure dependencies are satisfied
# node/nvm environment
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
nvm install --lts