Skip to content

Instantly share code, notes, and snippets.

View toychicken's full-sized avatar

Leigh Garland toychicken

View GitHub Profile
@toychicken
toychicken / complex_modifications.json
Created June 19, 2020 17:13
Karabiner settings for Evoluent VerticalMouse 4, with thumb as modifier key
{
"title": "Evoluent Mouse",
"rules": [
{
"description": "Vertical Mouse 4, Thumb bottom to workspace left",
"manipulators": [
{
"type": "basic",
"from": {
"pointing_button": "button6"

Keybase proof

I hereby claim:

  • I am toychicken on github.
  • I am toychicken (https://keybase.io/toychicken) on keybase.
  • I have a public key ASD6J7xJ2Mv-Z-MvUaBvsBYsnRsnc45x7-bOFyHdX8Wkqwo

To claim this, I am signing this object:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@toychicken
toychicken / gist:c02c33f3b4884bc23dbcbd72f378fec0
Created June 13, 2018 09:54
Keeping Google Keep on the Desktop
# c/o http://www.rawinfopages.com/mac/content/how-run-google-keep-window-desktop-mac-app
# Use automator to add this script
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app=https://keep.google.com --user-data-dir=~/.googlekeep
@toychicken
toychicken / sleepbot.sh
Created November 28, 2014 14:23
Running sleepbot from terminal FTW!
#Don't forget you may need to install mPlayer!
alias sleepbot="mplayer -playlist http://sleepbot.com/ambience/cgi/listen.cgi/listen.pls -cache 1024" # Sleepbot Environmental Broadcast 56K MP3
@toychicken
toychicken / pink_noise.sh
Created November 28, 2014 14:21
That beautiful pink noise that blocks out office chatter
## Play that pink noise that blocks out sounds... DONT FORGET, YOU NEED SOX INSTALLED
alias silencio="play -n -n --combine merge synth '24:00:00' pinknoise band -n 750 750 tremolo 50 1 gain -20"
@toychicken
toychicken / Vagrantfile
Created February 27, 2014 12:25
Setting up node to run on a Vagrant instance
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure("2") do |config|
config.vm.box = "precise32"
config.vm.provision :shell, :path => "automation/vagrant_setup.sh"
@toychicken
toychicken / .gitignore
Created November 18, 2013 17:07
Webstorm, NPM and OS .gitignore settings
# @extraLRG
# Webstorm project junk #
#########################
.idea/*
# Node & NPM junk #
###################
npm-debug.log