omidkrad / DevShell

My custom developer command shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevShell is a custom developer shell for Windows

How to Install

  • Open a PowerShell window and run the following:
mkdir C:\dev
git clone https://github.com/omidkrad/DevShell C:\dev\shell
Install-Package Pscx -source PSGallery
Install-Package GitHub -source chocolatey
Install-Package ConEmu -source chocolatey
  • Run ConEmu
  • Under Settings > Startup > Tasks create a new Task:
    • Name: DevShell
    • Command: *powershell.exe -NoLogo -MTA -NoExit -File C:\dev\shell\DevShell.PowerShell_profile.ps1
    • Set it as Default shell
  • Under Settings > Startup > Specified named task select {DevShell}
  • Save settings and Pin ConEmu to Task Bar

Tip: When you open DevShell, press Ctrl+Shift+E to open a second shell on the side.

Tools

About

My custom developer command shell


Languages

Language:PowerShell 86.7%Language:Batchfile 13.3%