- powershell core 7.1+
- install at least one of nerd-fonts. I prefer CascadiaCode.
- download fzf binary and make sure to put it in PATH.
- install thefuck, which Require python pip.
pip install thefuck
Install Modules:
Install-Module oh-my-posh -Scope CurrentUser -Force
Install-Module PSFzf -Scope CurrentUser -Force
Install-Module ZLocation -Scope CurrentUser -Force
Install-Module DirColors -Scope CurrentUser -Force
put this file at $HOME\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
then reload:
. $PROFILE