Claude Code: npm-Installation auf nativen Installer umgestellt

npm install -g @anthropic-ai/claude-code ist deprecated.
Neuer Installer: curl -fsSL https://claude.ai/install.sh | bash
Binary landet in ~/.local/bin (kein npm-global-PATH-Setup mehr noetig).
This commit is contained in:
rene 2026-04-02 16:23:20 +02:00
parent 6803561016
commit 40779d1817
4 changed files with 24 additions and 23 deletions

View file

@ -145,6 +145,11 @@ die Setup-Skripte nicht heruntergeladen werden.
- gitcheck Alias funktioniert in interaktiver Shell (nicht via `zsh -l -c`, das ist normal)
- Powerlevel10k Instant Prompt: `POWERLEVEL9K_INSTANT_PROMPT=quiet` muss VOR dem source stehen, nicht in .p10k.zsh (wird sonst ueberschrieben)
### Claude Code Installation
- Installer: `curl -fsSL https://claude.ai/install.sh | bash` (native Binary, kein npm mehr)
- npm-Installation ist deprecated seit ~April 2026
- Binary landet in `~/.local/bin/claude` (bereits im PATH)
### Claude Code Multi-Profile
- Zwei Profile: `claude-priv` (mail@motocamp.de) und `claude-work` (rene@rm202.de)
- Config-Dirs: `~/.claude-priv` und `~/.claude-work`