summaryrefslogtreecommitdiff
path: root/archsetup
diff options
context:
space:
mode:
Diffstat (limited to 'archsetup')
-rwxr-xr-xarchsetup5
1 files changed, 5 insertions, 0 deletions
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