Skip to content

Instantly share code, notes, and snippets.

View scottslowe's full-sized avatar

Scott S. Lowe scottslowe

View GitHub Profile
@scottslowe
scottslowe / Vagrantfile-AppCatalyst-TP2-Debian
Created September 6, 2015 20:56
This is a Vagrantfile being used with Vagrant 1.7.4 and VMware AppCatalyst TP2 that is causing an error when trying to boot a Debian "Jessie" box.
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Specify Vagrant version, Vagrant API version, and desired clone location
Vagrant.require_version ">= 1.6.0"
VAGRANTFILE_API_VERSION = "2"
#ENV['VAGRANT_DEFAULT_PROVIDER'] = 'vmware_fusion'
#ENV['VAGRANT_VMWARE_CLONE_DIRECTORY'] = '~/.vagrant'
#ENV['VAGRANT_DEFAULT_PROVIDER'] = 'virtualbox'
ENV['VAGRANT_DEFAULT_PROVIDER'] = 'vmware_appcatalyst'
@scottslowe
scottslowe / keybase.md
Last active March 30, 2018 04:30
Keybase.io verification of GitHub identity

Keybase proof

I hereby claim:

  • I am scottslowe on github.
  • I am scottslowe (https://keybase.io/scottslowe) on keybase.
  • I have a public key ASDyipcbsOtW8SYma2RpDZ8gen5vu8lvfbqRPbW0-WXjawo

To claim this, I am signing this object:

@scottslowe
scottslowe / custom-bracketeer-keymap.json
Created October 30, 2017 02:43
Custom keymap file for use with Bracketeer and Sublime Text 3
[
{ "keys": ["{"], "command": "bracketeer", "args": { "braces": "{}", "unindent": true } },
{ "keys": ["}"], "command": "bracketeer", "args": { "braces": "{}", "pressed": "}", "unindent": true } },
{ "keys": ["["], "command": "bracketeer", "args": { "braces": "[]" } },
{ "keys": ["]"], "command": "bracketeer", "args": { "braces": "[]", "pressed": "]" } },
{ "keys": ["("], "command": "bracketeer", "args": { "braces": "()" } },
{ "keys": [")"], "command": "bracketeer", "args": { "braces": "()", "pressed": ")" } },
{ "keys": ["\""], "command": "bracketeer", "args": { "braces": "\"\"" }, "context":
[ { "key": "selection_empty", "operator": "equal", "operand": false, "match_all": true } ] },
{ "keys": ["'"], "command": "bracketeer", "args": { "braces": "''" }, "context":