Last active
February 14, 2018 16:14
-
-
Save rodrigopinto/9ba5815bc5991d3b80e8ce0bd17fb988 to your computer and use it in GitHub Desktop.
It's my .laptop.local extension for rodrigopinto/laptop installation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
brew bundle --file=- <<EOF | |
# Caskroom recipes | |
cask "alfred" | |
cask "docker-toolbox" | |
cask "firefox" | |
cask "flux" | |
cask "grammarly" | |
cask "gimp" | |
cask "google-chrome" | |
cask "iterm2" | |
cask "macdown" | |
cask "postgres" | |
cask "rescuetime" | |
cask "rowanj-gitx" | |
cask "skype" | |
cask "slack" | |
cask "spotify" | |
EOF | |
fancy_echo "Cleaning up old Homebrew formulae ..." | |
brew cleanup | |
brew cask cleanup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment