Skip to content

Instantly share code, notes, and snippets.

View hamiltonsw's full-sized avatar

Spencer Hamilton hamiltonsw

View GitHub Profile
[
{
"name": "Half QWERTY",
"author": "Spencer Hamilton",
"background": {
"name": "Carbon fibre 1",
"style": "background-image: url('/bg/carbonfibre/carbon_texture1879.png');"
},
"switchMount": "cherry",
"switchBrand": "gateron",
@joshearl
joshearl / PowerShell.sublime-build
Created January 12, 2013 14:23
Custom Sublime Text build system that executes the build.ps1 script. To use, save PowerShell.sublime.build in /Data/Packages/User and put build.ps1 in the same directory as the current Sublime project file.
{
"cmd": ["%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe", "./build.ps1"],
"shell": true,
"working_dir": "${project_path}"
}