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,14 +0,0 @@
#!/bin/sh
#
# install-claude.sh - install claude code
#
# USAGE
# run "./install-claude.sh" to make sure dependencies are satisfied
# install claude code
sudo npm install -g @anthropic-ai/claude-code
# There is some insane trubble with curl and Ubunutu 24.04 so I use this approach as the 102nd I tried...