Skip to content

Instantly share code, notes, and snippets.

@catskull
Created November 7, 2018 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save catskull/65b02253a1627ecef2771cba5f7c1e74 to your computer and use it in GitHub Desktop.
Save catskull/65b02253a1627ecef2771cba5f7c1e74 to your computer and use it in GitHub Desktop.
Brewfile
tap "armmbed/formulae"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "osx-cross/avr"
tap "somaticlabs/gnu-arm-toolchain"
brew "bash-completion"
brew "git"
brew "libusb"
brew "python"
brew "avrdude"
brew "osx-cross/avr/avr-gcc"
brew "somaticlabs/gnu-arm-toolchain/gcc-arm-none-eabi"
brew "node"
brew "yarn"
brew "nano"
cask "arduino"
cask "eagle"
cask "visual-studio-code"
cask "midikeys"
cask "mono-mdk"
cask "homebrew/cask-fonts/font-fira-code"
cask "hex-fiend"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment