Skip to content

Instantly share code, notes, and snippets.

@nilportugues
Last active November 1, 2025 09:06
Show Gist options
  • Select an option

  • Save nilportugues/8a13bd20a2bd6d215596c8737c90addf to your computer and use it in GitHub Desktop.

Select an option

Save nilportugues/8a13bd20a2bd6d215596c8737c90addf to your computer and use it in GitHub Desktop.
FIX Nuke Corrupted IBKR Desktop Config
#!/bin/sh
# Close IBKR Desktop completely (Force Quit if needed)
rm -rf ~/Jts/ibkrdesktop/
rm -rf ~/Library/Application\ Support/IBKR\ Desktop/
rm -rf ~/Library/Preferences/com.ibkr.ibkrdesktop.plist
rm -rf ~/Library/Caches/com.ibkr.ibkrdesktop/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment