Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
@git
how do you uninstall your homebrew casks? come, see the light: ``` brew uninstall --zap --force <name> ``` I'll explain why
2 replies
1 recast
5 reactions
@git
`--zap`: "describes a more complete uninstallation of files associated with a cask [...] but only if the user uses --zap on uninstall" so `brew uninstall <name>` is incomplete installation basically
1 reply
0 recast
2 reactions
@git
`--force`: first, what does `zap` remove? - "preference files and caches stored within the user’s ~/Library directory" - "shared resources such as application updaters. Since shared resources may be removed" what it doesn't remove: - "files created by the user directly"
1 reply
0 recast
1 reaction