Skip to content

Instantly share code, notes, and snippets.

View orenmizr's full-sized avatar
🎯
Focusing

Oren Mizrahi orenmizr

🎯
Focusing
View GitHub Profile
@orenmizr
orenmizr / .jshintrc
Created September 23, 2013 00:04 — forked from haschek/.jshintrc
{
// --------------------------------------------------------------------
// JSHint Configuration, Strict Edition
// --------------------------------------------------------------------
//
// This is a options template for [JSHint][1], using [JSHint example][2]
// and [Ory Band's example][3] as basis and setting config values to
// be most strict:
//
// * set all enforcing options to true
python -m http.server
# setup vagrant
gem install vagrant
vagrant box add lucid32 http://files.vagrantup.com/lucid32.box
mkdir my_vagrant_test
cd my_vagrant_test
vagrant init lucid32
vim Vagrantfile
vagrant up
vagrant ssh