Skip to content

Instantly share code, notes, and snippets.

@gsklee
Created April 4, 2013 13:50
Show Gist options
  • Save gsklee/5310485 to your computer and use it in GitHub Desktop.
Save gsklee/5310485 to your computer and use it in GitHub Desktop.
# Add the Typesafe Repository
# http://typesafe.com/stack
$ wget http://apt.typesafe.com/repo-deb-build-0002.deb
$ dpkg -i repo-deb-build-0002.deb
$ apt-get update
# Install OpenJDK Development Kit and Typesafe Stack
$ apt-get install openjdk-7-jdk typesafe-stack
# (Extra) Add Vim Support
# https://github.com/scala/scala-dist/tree/master/tool-support/src/vim
$ mkdir -p ~/.vim/{ftdetect,indent,syntax} && for d in ftdetect indent syntax ; do wget -O ~/.vim/$d/scala.vim raw.github.com/scala/scala-dist/master/tool-support/src/vim/$d/scala.vim ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment