Custom PowerShell environment built on ConEmu
To Install ConEmu right click on Install.ps1 and select "Run with PowerShell"
# Install the Go programming language from google
Install-Go# Install figlet for creating ASCII art banners :)
Install-Figlet# Install msys git
Install-Git# Install Sysinternals from Microsoft
Install-SysinternalsTo get a full list of all the install scripts:
Get-Command Install-* | ? { $_.CommandType -eq 'ExternalScript' }I'll be adding more install scripts in the future.
