build: Helpers to initially setup the dev env

This commit is contained in:
2025-09-23 01:23:32 +02:00
parent c657094e08
commit 7bdc21d3ef
3 changed files with 59 additions and 0 deletions

13
install-claude.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
#
# install-claude.sh - install claude code
#
# USAGE
# run "./install-claude.sh" to make sure dependencies are satisfied
# claude code
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs