Skip to content

Commit

Permalink
Uninstalling Whisky
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 3, 2024
1 parent f6ad9ce commit e352d42
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/paths.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
# What's Where?

Whisky installs files to the following locations:

| Item | Location |
|-----------|--------------------------------------------------------------------|
| GPTK | `~/Library/Application Support/com.isaacmarovitz.Whisky/Libraries` |
| Bottles | `~/Library/Containers/com.isaacmarovitz.Whisky/Bottles` |
| Logs | `~/Library/Logs/com.isaacmarovitz.Whisky` |
| WhiskyCMD | `/usr/local/bin/whisky` |
| WhiskyCMD | `/usr/local/bin/whisky` |

# Uninstalling Whisky

If you're looking to do a complete uninstall, remove the following files and folders:
- `~/Library/Application Support/com.isaacmarovitz.Whisky`
- `~/Library/Containers/com.isaacmarovitz.Whisky`
- `~/Library/Logs/com.isaacmarovitz.Whisky`
- `/usr/local/bin/whisky` (if it exists)
- `/Applications/Whisky.app` (or wherever you have it installed)

> [!NOTE]
> This will not delete any bottles that have been created outside the default folder.
> Make sure you delete those in app by `Right Clicking > Remove...` and selecting `Delete files from disk`.
> If you forget to do this before deleting Whisky, or some of your bottles have become orphaned,
> you can remove them manually in Finder.

0 comments on commit e352d42

Please sign in to comment.