Skip to content

Instantly share code, notes, and snippets.

<!doctype html>
<html>
<body>
<style>
#TheThing{
height: 100vh;
width: 100vw;
font-size: 83vh;
color: white;
text-align: center;
@daveilers
daveilers / boxstarter.ps1
Last active January 23, 2018 21:23 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
@daveilers
daveilers / testy.json
Last active August 29, 2015 14:01
testy
{"yay":"Do not Go Team!"}
# this way is best if you want to stay up to date
# or submit patches to node or npm
mkdir ~/local
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bash_profile
# could also fork, and then clone your own fork instead of ry's
git clone git://github.com/joyent/node.git
cd node