Setup cmder terminal

Installation

Integration

PATH

Extend the PATH to include this binary, so that you can summon it from anywhere.

Windows Explorer

  • Open cmd as Administrator.
  • Run the following command to enable the context menu option to open cmder from a folder.
    cd into the cmder directory

    cmder.exe /REGISTER ALL
    

Now right click on a folder and you should see 'Cmder Here' option as shown below

cmder explorer context menu

Alias

  • ll isn't available out of the box. But ls is. So created my version of ll using alias command as below

    alias ll=ls -ltr
    
  • For git status

    alias gs=git status -u
    

Helpful?

If you think this is helpful 🎈
Don't keep it to yourself 🙊

Share it with your lovely followers at twitter 🗽

lets connect viatwitter