Skip to content

Instantly share code, notes, and snippets.

@mralexgray
Last active July 2, 2017 13:26
Show Gist options
  • Save mralexgray/6cc63489ea30f7d8d0636ea8938841f3 to your computer and use it in GitHub Desktop.
Save mralexgray/6cc63489ea30f7d8d0636ea8938841f3 to your computer and use it in GitHub Desktop.
my os x microcontroller setup
#!/usr/bin/env zsh
brew tap osx-cross/avr
brew tap homebrew/dupes
brew install gnu-sed --with-default-names
brew install gperf grep autoconf binutils gawk wget automake libtool help2man
brew cask install java arduino
brew install avr-libc platformio
brew install avrdude --with-usb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment