Skip to content

chencyu/powershell-profile

Repository files navigation

powershell-profile

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)

git clone "[email protected]:chencyu/powershell-profile.git" "$HOME\Documents\PowerShell"
& "$HOME\Documents\PowerShell\configure.ps1"
# enjoy!

For PowerShell 5.1

# 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published