xpando / Dash

Custom PowerShell environment built on ConEmu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dash

Custom PowerShell environment built on ConEmu

ScreenShot

Installation

To Install ConEmu right click on Install.ps1 and select "Run with PowerShell"

Installing Apps

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

To 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.

About

Custom PowerShell environment built on ConEmu


Languages

Language:PowerShell 99.4%Language:Batchfile 0.6%