Skip to content

Instantly share code, notes, and snippets.

@manugo-dev
Created August 28, 2024 20:24
Show Gist options
  • Save manugo-dev/eba4238468d20670f2df0cdb6fb1a963 to your computer and use it in GitHub Desktop.
Save manugo-dev/eba4238468d20670f2df0cdb6fb1a963 to your computer and use it in GitHub Desktop.
oh-my-posh --init --shell pwsh --config 'https://gist.githubusercontent.com/manugo-dev/1ec422a8c1a5f6e729d2f45c10f9c46a/raw/89fc5202d63cac7bc133597c1b95149e8b76f011/ohmypush.json' | Invoke-Expression
import-Module -Name Terminal-Icons
Import-Module PSReadLine
Set-PSReadLineOption -PredictionSource History
set-psreadlineoption -PredictionViewStyle ListView
set-alias -name pn -value pnpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment