Skip to content

Instantly share code, notes, and snippets.

View bforest-ariadne's full-sized avatar

Ben Forest bforest-ariadne

View GitHub Profile
@bforest-ariadne
bforest-ariadne / boxstarter.ps1
Last active October 3, 2022 19:35 — 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:
var lastHovered = null
var hash = null
var modifiers = { doubleScale : (e, invert) => {
if (invert)
e.object3D.scale.multiplyScalar(0.5)
else
e.object3D.scale.multiplyScalar(2)
}
}