Skip to content

Instantly share code, notes, and snippets.

@thepaulmacca
Last active February 14, 2025 07:53
Show Gist options
  • Save thepaulmacca/f578aa684dc5355611e829ab93a407a9 to your computer and use it in GitHub Desktop.
Save thepaulmacca/f578aa684dc5355611e829ab93a407a9 to your computer and use it in GitHub Desktop.
PowerShell Modules
# PSReadLine
Install-Module -Name PSReadLine -AllowClobber -Force
Set-PSReadLineOption -PredictionSource History
# Git
Import-Module posh-git
Add-PoshGitToProfile -AllHosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment