Skip to content

Instantly share code, notes, and snippets.

@rodrigopinto
Last active February 14, 2018 16:14
Show Gist options
  • Save rodrigopinto/9ba5815bc5991d3b80e8ce0bd17fb988 to your computer and use it in GitHub Desktop.
Save rodrigopinto/9ba5815bc5991d3b80e8ce0bd17fb988 to your computer and use it in GitHub Desktop.
It's my .laptop.local extension for rodrigopinto/laptop installation.
#!/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