For my personal usage, you can reference it and modify everything by yourself.
Work on PowerShell 7.1(PowerShell Core)
Some feature maybe not work on PowerShell 5.1 (Win10 default powershell)
For PowerShell Core
git clone "[email protected]:chencyu/powershell-profile.git" "$HOME\Documents\PowerShell"
& "$HOME\Documents\PowerShell\configure.ps1"
# enjoy!
# Launch PowerShell with administrator
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
and
git clone "[email protected]:chencyu/powershell-profile.git" "$HOME\Documents\PowerShell"
& "$HOME\Documents\PowerShell\configure.ps1"
# enjoy!