Skip to content

Instantly share code, notes, and snippets.

@armatures
Last active June 30, 2016 18:26
Show Gist options
  • Select an option

  • Save armatures/fe7e14c20e2809497af6fc506d08c4a4 to your computer and use it in GitHub Desktop.

Select an option

Save armatures/fe7e14c20e2809497af6fc506d08c4a4 to your computer and use it in GitHub Desktop.
Quick setup for elm development with atom
#!/usr/bin/env bash
brew install elm
brew install Caskroom/cask/atom
apm install linter
apm install language-elm
apm install linter-elm-make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment