Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.
/ Dash Public archive

Custom PowerShell environment built on ConEmu

Notifications You must be signed in to change notification settings

xpando/Dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages