setup-desktop: API-Key/secrets Einrichtung entfernt
API-Key ueber ~/.secrets verursacht Zusatzkosten (separates API-Abrechnungssystem, nicht im Claude-Abo enthalten). Claude Code authentifiziert sich stattdessen per OAuth-Login ueber das Abo.
This commit is contained in:
parent
44872306eb
commit
f3755553c6
1 changed files with 0 additions and 10 deletions
|
|
@ -138,14 +138,6 @@ if [[ -f "$DOTFILES_DIR/zsh/install-zsh-dotfiles.sh" ]]; then
|
||||||
ok "Dot-Files: .zshrc"
|
ok "Dot-Files: .zshrc"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ~/.secrets fuer API-Keys (source in .zshrc eintragen)
|
|
||||||
if ! grep -q 'source ~/.secrets' ~/.zshrc 2>/dev/null; then
|
|
||||||
echo '' >> ~/.zshrc
|
|
||||||
echo '# API-Keys (nicht ins Repo!)' >> ~/.zshrc
|
|
||||||
echo '[[ -f ~/.secrets ]] && source ~/.secrets' >> ~/.zshrc
|
|
||||||
ok "source ~/.secrets in .zshrc eingetragen"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# .p10k.zsh (vom Mac kopieren, falls im Repo vorhanden, sonst Wizard beim ersten Start)
|
# .p10k.zsh (vom Mac kopieren, falls im Repo vorhanden, sonst Wizard beim ersten Start)
|
||||||
if [[ -f "$DOTFILES_DIR/.p10k.zsh" ]]; then
|
if [[ -f "$DOTFILES_DIR/.p10k.zsh" ]]; then
|
||||||
cp "$DOTFILES_DIR/.p10k.zsh" ~/.p10k.zsh
|
cp "$DOTFILES_DIR/.p10k.zsh" ~/.p10k.zsh
|
||||||
|
|
@ -213,5 +205,3 @@ echo " 1. Synology Drive Client installieren (.deb von synology.com)"
|
||||||
echo " 2. Thunderbird starten → Profil aus Synology Drive einbinden"
|
echo " 2. Thunderbird starten → Profil aus Synology Drive einbinden"
|
||||||
echo " 3. Brave starten → Synchronisation einrichten"
|
echo " 3. Brave starten → Synchronisation einrichten"
|
||||||
echo " 4. Falls p10k-Icons fehlen: Terminal-Schriftart auf 'MesloLGS NF' setzen"
|
echo " 4. Falls p10k-Icons fehlen: Terminal-Schriftart auf 'MesloLGS NF' setzen"
|
||||||
echo " 5. API-Key aus Bitwarden in ~/.secrets eintragen:"
|
|
||||||
echo " echo 'export ANTHROPIC_API_KEY=\"sk-ant-...\"' > ~/.secrets && chmod 600 ~/.secrets"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue