Skip to content

Instantly share code, notes, and snippets.

@makersfund
makersfund / setupClaude.sh
Last active September 21, 2025 15:57
Setup Claude
#!/bin/bash
# Exit immediately if a command exits with a non-zero status.
set -e
# --- Configuration ---
# The username for the new user.
USERNAME="claude"
# --- Script Start ---