This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
users: | |
- name: jasonmorganson | |
ssh-authorized-keys: | |
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBKVQhqDHkBVjzhOow2aQ+CJ51gWAaBIu6UfOJ7BIuHBpHCt/J6erlPYwSgz7l/BVAWEQebgHZYQi12Cgf/1iinZTtQ/mVhHoc0qGCIQOcXmAkO9wTsFH3H5Oh9Nyum8+K//VfSeMQzQPRsPE/nQmpwvEqjidbtgvyNAbu8hiwSWYLXtGcsv0KjpXRGGSgH2rx1DrufIvfpOjC/bYe6ATcfReLR96jo7f1iE+DIS7WHT4txQ4moRwUdJRTNfymfbxdmAgdAO06yHEpie6H+TLOA4pYy+2VxL5OJt2VDy03YqsaL7o29VUBSAl3fXicFhuqM4JbOSH/PmhDzUffANx/ [email protected]" >> $USERHOME/.ssh/authorized_keys | |
sudo: ['ALL=(ALL) NOPASSWD:ALL'] | |
groups: sudo | |
shell: /bin/zsh | |
packages: | |
- zsh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (window.location.origin === "https://inbox.google.com") { | |
unmap('e') | |
unmap('h') | |
unmap('j') | |
unmap('k') | |
unmap('l') | |
unmap('x') | |
} | |
else if (window.location.origin === "https://docs.google.com") { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export NAME="Jason Morganson" | |
export EMAIL="[email protected]" | |
if ! command -v chezmoi > /dev/null | |
then | |
curl -sfL https://git.io/chezmoi | sh | |
PATH=./bin:$PATH | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# Install Brew | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# Get Brew taps | |
curl https://gist.githubusercontent.com/jasonmorganson/da90bc75a6813ffb1f72/raw/7ad39ddeb7b0be152b4b1abd2a08aa9f78f3ff7d/Brewtaps > Brewtaps | |
# Get Brew list | |
curl https://gist.githubusercontent.com/jasonmorganson/4e99ed54bdcb24f7ea4d/raw/2579e73690cdbda20f7b4cb2589a367312f600c6/Brewlist > Brewlist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let blacklists = ["https://trello.com/*","https://inbox.google.com/*"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import test from 'tape'; | |
// For each unit test you write, | |
// answer these questions: | |
test('What component aspect are you testing?', assert => { | |
const actual = 'What is the actual output?'; | |
const expected = 'What is the expected output?'; | |
assert.equal(actual, expected, | |
'What should the feature do?'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ansifilter | |
antibody | |
asciidoc | |
autoconf | |
autoenv | |
automake | |
awscli | |
bc | |
bzip2 | |
caddy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Update | |
sudo apt-get update | |
# Install dependencies | |
sudo apt-get install -y \ | |
build-essential \ | |
cmake \ | |
curl \ | |
git \ | |
m4 \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jspm install aurelia-binding aurelia-bootstrapper aurelia-dependency-injection aurelia-event-aggregator aurelia-framework aurelia-history aurelia-history-browser aurelia-loader aurelia-loader-default aurelia-logging aurelia-metadata aurelia-path aurelia-route-recognizer aurelia-router aurelia-task-queue aurelia-templating aurelia-templating-binding aurelia-templating-resources aurelia-templating-router |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adium.app | |
Adobe Edge Code CC.app | |
Airfoil Speakers.app | |
Airfoil.app | |
Alfred.app | |
Amazon Cloud Drive App.app | |
AnyDo.app | |
App Store.app | |
AppCleaner.app | |
Appium.app |