diff options
Diffstat (limited to 'archsetup.conf.example')
| -rw-r--r-- | archsetup.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archsetup.conf.example b/archsetup.conf.example index f866134..962d05f 100644 --- a/archsetup.conf.example +++ b/archsetup.conf.example @@ -34,6 +34,11 @@ # Set to "yes" if you want to handle GPU drivers manually #NO_GPU_DRIVERS=no +# Install the claude-code AI assistant (default: yes) +# Native install via `curl -fsSL https://claude.ai/install.sh | sh`. +# Set to "no" to skip it (no AI tooling, avoids the curl-pipe-bash step). +#INSTALL_CLAUDE_CODE=yes + # System locale (default: prompt if not already configured) # Common options: en_US.UTF-8, en_GB.UTF-8, de_DE.UTF-8, es_ES.UTF-8, # fr_FR.UTF-8, pt_BR.UTF-8, ja_JP.UTF-8, zh_CN.UTF-8 |
