Skip to content

Instantly share code, notes, and snippets.

View UnknownDoggo's full-sized avatar
💭
cackle. giggle. snicker.

Dog UnknownDoggo

💭
cackle. giggle. snicker.
View GitHub Profile
@UnknownDoggo
UnknownDoggo / profile.ps1
Created March 17, 2022 23:05 — forked from timsneath/profile.ps1
PowerShell template profile: adds some useful aliases and functions
### PowerShell template profile
### Version 1.03 - Tim Sneath <tim@sneath.org>
### From https://gist.github.com/timsneath/19867b12eee7fd5af2ba
###
### This file should be stored in $PROFILE.CurrentUserAllHosts
### If $PROFILE.CurrentUserAllHosts doesn't exist, you can make one with the following:
### PS> New-Item $PROFILE.CurrentUserAllHosts -ItemType File -Force
### This will create the file and the containing subdirectory if it doesn't already
###
### As a reminder, to enable unsigned script execution of local scripts on client Windows,
@UnknownDoggo
UnknownDoggo / githubpull.md
Created October 3, 2020 14:06 — forked from Jabarabo/githubpull.md
Gist of a stolen gist