Created
April 25, 2026 02:00
-
-
Save alanalvestech/d5a3534be4a1a152819403e08ea3be4e to your computer and use it in GitHub Desktop.
remove_claude_code_mac.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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