diff options
Diffstat (limited to 'archsetup')
| -rwxr-xr-x | archsetup | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
