Skip to content

Instantly share code, notes, and snippets.

View grantcodes's full-sized avatar

Grant Richmond grantcodes

View GitHub Profile
@grantcodes
grantcodes / micropub.har
Created March 18, 2020 11:11
HAR file of some test micropub requests
{
"log": {
"version": "1.2",
"creator": {
"name": "Insomnia REST Client",
"version": "insomnia.desktop.app:v7.1.1"
},
"entries": [
{
"startedDateTime": "2020-03-18T11:07:31.832Z",
@grantcodes
grantcodes / windows-setup.ps1
Last active August 21, 2021 13:00
A script to help setting up windows
# Description: Boxstarter Script
# Author: grant.codes
# Inspired by https://github.com/microsoft/windows-dev-box-setup-scripts
# Install at http://boxstarter.org/package/url?https://gist.githubusercontent.com/grantcodes/a31ee0b151da1f6304a756260a95bb45/raw/windows-setup.ps1
#---- TEMPORARY ---
Disable-UAC
#--- Fonts ---
choco install cascadiacode -y