Skip to content

Instantly share code, notes, and snippets.

@damienstanton
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save damienstanton/74d7812be719ef4e5eea to your computer and use it in GitHub Desktop.

Select an option

Save damienstanton/74d7812be719ef4e5eea to your computer and use it in GitHub Desktop.
Personal IDE Notes
# Pathogen
https://github.com/tpope/vim-pathogen.git
# Vim Plugins
https://github.com/klen/python-mode.git
https://github.com/derekwyatt/vim-scala.git
https://github.com/jiangmiao/auto-pairs.git
https://github.com/kchmck/vim-coffee-script.git
https://github.com/scrooloose/nerdtree.git
https://github.com/bling/vim-airline.git
https://github.com/altercation/vim-colors-solarized.git
https://github.com/ekalinin/Dockerfile.vim.git
https://github.com/digitaltoad/vim-jade.git
# Meteor Development
curl https://install.meteor.com | sh
# meteor create app, then
meteor add coffeescript email http jquery markdown mongo underscore mquandalle:jade mjn:famous gadicohen:famous-views nooitaf:semantic-ui accounts-google accounts-twitter accounts-github particle4dev:sass
# Python Development
# install conda for numba JIT
conda install numba
# using package manager:
python-dev python3-dev python-pip python3-pip python-pandas python-pypy
# using pip
cython ipython flask django
# Scala Development
# confirm openjdk7-jdk, openjdk7-jre or newer
# download Typsafe Activator
# download Scala IDE (debugging, worksheets)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment