Skip to content

Instantly share code, notes, and snippets.

View willwm's full-sized avatar

Will Wolff-Myren willwm

View GitHub Profile
@willwm
willwm / bookmarklet-markdown-link.js
Last active September 22, 2021 21:00 — forked from Rarst/md-link.js
Bookmarklet for markdown link of current page (incl. optional selected text as quote)
@willwm
willwm / bootstrapwindows10.ps1
Last active December 25, 2019 13:08 — forked from zloeber/bootstrapwindows10.ps1
Boxstarter Windows 10 Configuration
<#
https://gist.github.com/willwm/3937943714b3a418fc1df5c62d379648
The command to run, built from the raw link of this gist
Win+R
iexplore http://boxstarter.org/package/url?<RAW GIST LINK>
@willwm
willwm / boxstarter.ps1
Last active April 1, 2021 02:57 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Edited by: Will Wolff-Myren <willwm@gmail.com>
# Last Updated: 2018-10-19
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#