Skip to content

Instantly share code, notes, and snippets.

@jeremy-jameson
Last active October 29, 2021 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremy-jameson/42b11ed6def7f8d707aa097edd1451b9 to your computer and use it in GitHub Desktop.
Save jeremy-jameson/42b11ed6def7f8d707aa097edd1451b9 to your computer and use it in GitHub Desktop.
Download PowerShell profile

# Download PowerShell profile

$url = "https://raw.githubusercontent.com/jeremy-jameson" `
    + "/Toolbox/main/PowerShell/Microsoft.PowerShell_profile.ps1"

Invoke-WebRequest -Uri $url -OutFile $PROFILE -UseBasicParsing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment