Skip to content

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 "git@github.com: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 "git@github.com:chencyu/powershell-profile.git" "$HOME\Documents\PowerShell"
& "$HOME\Documents\PowerShell\configure.ps1"
# enjoy!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages