Created
November 7, 2018 03:56
-
-
Save catskull/65b02253a1627ecef2771cba5f7c1e74 to your computer and use it in GitHub Desktop.
Brewfile
This file contains 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
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