Skip to content

Instantly share code, notes, and snippets.

View joelquintyn's full-sized avatar
⚙️
Planning world domination

Joel Quintyn joelquintyn

⚙️
Planning world domination
  • Georgetown, Guyana
View GitHub Profile
@mikepruett3
mikepruett3 / shell-setup.ps1
Last active March 11, 2025 12:00
Packages to install via scoop, winget, choco, and other tools...
<#
.SYNOPSIS
Script to Initialize my custom powershell setup.
.DESCRIPTION
Script uses scoop
.NOTES
**NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted.
Author: Mike Pruett
Date: October 18th, 2018
@atenni
atenni / README.md
Last active February 20, 2025 01:28
How to permalink to a gist's raw file

Problem: When linking to the raw version of a gist, the link changes with each revision.

Solution:

To return the first file from a gist: https://gist.github.com/[gist_user]/[gist_id]/raw/

To get a file from multi–file gist: https://gist.github.com/[gist_user]/[gist_id]/raw/[file_name]