├── LICENSE ├── Microsoft.PowerShell_profile.ps1 ├── README.md ├── assets └── showcase_pwsh.png ├── functions.ps1 ├── installer.ps1 └── pwsh_helper.ps1 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyWolf13/unix-pwsh/HEAD/LICENSE -------------------------------------------------------------------------------- /Microsoft.PowerShell_profile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyWolf13/unix-pwsh/HEAD/Microsoft.PowerShell_profile.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyWolf13/unix-pwsh/HEAD/README.md -------------------------------------------------------------------------------- /assets/showcase_pwsh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyWolf13/unix-pwsh/HEAD/assets/showcase_pwsh.png -------------------------------------------------------------------------------- /functions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyWolf13/unix-pwsh/HEAD/functions.ps1 -------------------------------------------------------------------------------- /installer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyWolf13/unix-pwsh/HEAD/installer.ps1 -------------------------------------------------------------------------------- /pwsh_helper.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyWolf13/unix-pwsh/HEAD/pwsh_helper.ps1 --------------------------------------------------------------------------------