Skip to content

Instantly share code, notes, and snippets.

@armatures
Last active June 30, 2016 18:26
Show Gist options
  • Save armatures/fe7e14c20e2809497af6fc506d08c4a4 to your computer and use it in GitHub Desktop.
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
git clone https://github.com/charliebevis/elm-architecture-tutorial.git
cd elm-architecture-tutorial/
git remote add evans https://github.com/evancz/elm-architecture-tutorial.git
git fetch evans
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment