powerash is a Powershell script that creates some aliases and install the Package Manager for Windows chocolatey. It can be used in Windows Server and Windows Containers
Run this project as the Administrator user
iwr -o powerash.ps1 https://raw.githubusercontent.com/bgsilvait/powerash/master/powerash.ps1
.\powerash.ps1
<powershell>
iwr -o powerash.ps1 https://raw.githubusercontent.com/bgsilvait/powerash/master/powerash.ps1
.\powerash.ps1
&$PSHOME\profile.ps1
choco install vim curl awscli -y
&$PSHOME\profile.ps1
</powershell>
vim foo
curl -I foo.bar
aws s3 ls
cat foo | grep bar