Skip to content

Instantly share code, notes, and snippets.

@Pikachuxxxx
Created August 31, 2025 05:48
Show Gist options
  • Save Pikachuxxxx/9ceb6755104a635aba4c2c24e1276051 to your computer and use it in GitHub Desktop.
Save Pikachuxxxx/9ceb6755104a635aba4c2c24e1276051 to your computer and use it in GitHub Desktop.
Set-PSReadlineOption -HistorySavePath "$env:USERPROFILE\Documents\PowerShell_history.txt"
Set-PSReadlineOption -MaximumHistoryCount 10000
Set-PSReadlineOption -HistoryNoDuplicates
Set-PSReadLineOption -PredictionSource History
oh-my-posh init pwsh --config https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/slim.omp.json | Invoke-Expression
@Pikachuxxxx
Copy link
Author

Install-Module -Name PSColor -Scope CurrentUser
Install-Module PSReadLine -Force

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment