Project Managment

week 2

Back to

project managment thumbnail
Assignment 02

project management

View

Cmder

hugo logo

Cmder is a software package created out of pure frustration over the absence of nice console emulators on Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt layout.

Download

you can Download cmder v1.3.18 from here or go to there website to find the newest version.

Extract

extract

extract the files from the compressed folder, then click cmder.exe

cmder exe
black window

Adding cmder shell in other terminals

1- Create a cmder_shell.bat file with the following content:

@if “%cmder_init%” == “1” (goto :eof) else (set cmder_init=1) @pushd %CMDER_ROOT% @call “%CMDER_ROOT%\vendor\init.bat” /f @popd.

2-Save it in your Cmder installation folder: [cmder_root]\cmder_shell.bat

3- Important Add Cmder’s installation path to %PATH%:

to do that i followed this tips here to learn how to add path

4- Type cmder_shell from CMD to get the Cmder’s shell:

cmder + git Bash

once you have done with installing and adding cmder to path now its time to make it work with git bash, but first you have to know what it is Git and version control

Go to

project managment thumbnail
Tutorial 02

learn how to install and getting started with git

View