Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save alanalvestech/d5a3534be4a1a152819403e08ea3be4e to your computer and use it in GitHub Desktop.

Select an option

Save alanalvestech/d5a3534be4a1a152819403e08ea3be4e to your computer and use it in GitHub Desktop.
remove_claude_code_mac.md
rm -f ~/.local/bin/claude && \
npm uninstall -g @anthropic-ai/claude-code && \
rm -rf ~/.claude/ && \
rm -f ~/.claude.json && \
rm -rf ~/Library/Caches/claude-code/ && \
rm -rf ~/Library/Logs/claude-code/ && \
rm -rf ~/Library/Application\ Support/Claude\ Code/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment