From 1c1b89a59f22eed32f9daf0769ca167462e86cc8 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 19 Jan 2026 11:55:33 -0600 Subject: feat(archsetup): add claude-code AI coding assistant Installs @anthropic-ai/claude-code via npm after npm is installed. Co-Authored-By: Claude Opus 4.5 --- archsetup | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'archsetup') diff --git a/archsetup b/archsetup index a2bdcd7..2f75055 100755 --- a/archsetup +++ b/archsetup @@ -1365,6 +1365,11 @@ developer_workstation () { pacman_install npm # Node-js package manager aur_install nvm # Node-js version manager + # AI coding assistant + action="installing claude-code via npm" && display "task" "$action" + (sudo -u "$username" npm install -g @anthropic-ai/claude-code >> "$logfile" 2>&1) || \ + error "error" "$action" "$?" + # HTML pacman_install tidy # HTML formatter pacman_install prettier # Multi-language formatter -- cgit v1.2.3