Skip to content

Instantly share code, notes, and snippets.

@lkwdwrd
lkwdwrd / Customfile
Created September 7, 2015 20:39
Hyper-VVV Customfile
# Use a compatible base box
config.vm.provider :hyperv do |v, override|
override.vm.box = "ericmann/trusty64"
v.memory = 1024
v.cpus = 1
end
# Change all the folder to use SMB instead of Virtual Box shares
config.vm.synced_folders.each do |id, options|
# Make sure we use SMB for file mounts on Windows
@lkwdwrd
lkwdwrd / bash
Created May 27, 2014 03:29
Vagrant Up -- connection timeout
Luke$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'ubuntu/trusty64' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box 'ubuntu/trusty64'
default: URL: https://vagrantcloud.com/ubuntu/trusty64
==> default: Adding box 'ubuntu/trusty64' (v14.04) for provider: virtualbox
default: Downloading: https://vagrantcloud.com/ubuntu/trusty64/version/1/provider/virtualbox.box
==> default: Successfully added box 'ubuntu/trusty64' (v14.04) for 'virtualbox'!
monkeys.dev
@lkwdwrd
lkwdwrd / ultraLight.tmTheme
Created March 4, 2014 17:25
ultraLight Color scheme for SB Text
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>comment</key>
<string>Created by Luke Woodward.</string>
<key>author</key>
<string>Luke Woodward</string>
<key>name</key>
<string>ultraLight</string>