Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-02 00:18:52 +00:00
parent 25a086079f
commit c556c421e4
4 changed files with 30 additions and 2 deletions

View File

@@ -11,8 +11,8 @@ source: https://github.com/tldr-pages/tldr.git
- Uninstall a formula/cask:
`brew uninstall {{formula|cask}}`
`brew {{[rm|uninstall]}} {{formula|cask}}`
- Uninstall a cask and remove all associated files:
`brew uninstall --zap {{cask}}`
`brew {{[rm|uninstall]}} --zap {{cask}}`