Skip to content

Instantly share code, notes, and snippets.

@amigus
Last active May 24, 2024 21:19
Show Gist options
  • Save amigus/b5c15ad8cc5353910dcef9fbc2263ca2 to your computer and use it in GitHub Desktop.
Save amigus/b5c15ad8cc5353910dcef9fbc2263ca2 to your computer and use it in GitHub Desktop.
Microsoft PowerShell $PROFILE
Invoke-Expression (&{
curl -Ls https://gist.githubusercontent.com/amigus/555b34d0b1c872c33f3fee55c7ed17e9/raw/ByteCalculationFunctions.ps1
oh-my-posh init -s pwsh
zoxide init --cmd 'cd' powershell
} | Out-String)
Import-Module posh-git, PSfzf, Terminal-Icons
Enable-PoshToolTips
Set-PSReadLineOption -EditMode Windows -PredictionSource History -HistoryNoDuplicates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment