Remove cask stuff (#35)

This commit is contained in:
Rico Sta. Cruz 2017-02-27 06:28:18 +08:00
parent feb2963e36
commit 75ee1e0a4c
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 18 deletions

View File

@ -25,24 +25,7 @@ layout: default-ad
| Command | Description | | Command | Description |
| --- | --- | | --- | --- |
| `brew update` | Update brew | | `brew update` | Update brew and cask |
| `brew list` | List installed | | `brew list` | List installed |
| `brew outdated` | What's due for upgrades? | | `brew outdated` | What's due for upgrades? |
{:.no-head.greycode} {:.no-head.greycode}
## Caskroom
### Updating caskroom
```sh
brew update && brew upgrade brew-cask && brew cleanup && brew cask cleanup
```
### Show latest casks
```sh
cd "/usr/local/Library/Taps/caskroom/homebrew-cask/Casks" && \
git log --pretty=format: --name-only --since="30 days ago" | \
egrep "Casks" | uniq
```