A magical terminal for windows, similar to iTem2 for mac

Finally found a windows terminal magic. Similar to iTem2 for mac
, cmder
cmder is a windows command line tool, which is our linux terminal, which is the same as linux commands. So what we have to do today is to install and configure cmder

![Insert picture description here](https://img-blog.csdnimg.cn/d3d878c1c1014f2c9450b311d4bd5510.png#pic_center=300px)
The cmder download is a compressed package, which can be directly decompressed into the folder you define.

insert image description here
Click Cmder.exe to run, and wait for the window to be initialized.

insert image description here
Click Environment Variables -> System Variables -> Find Path, add a new one directly, the directory where the cmder file is located

insert image description here
Add cmder to the right-click menu of the mouse
Open cmd with administrator privileges, enter the cmder installation directory, and enter the following command in the window

Cmder.exe /REGISTER ALL

insert image description here
insert image description here
cmder configuration

There is a setting in the lower right corner of the software, setting

Set Chinese first
insert image description here

Then set the split screen

insert image description here

Solve the Chinese garbled problem

set LANG=zh_CN.UTF-8
set LC_ALL=zh_CN.utf8

insert image description here
finished

insert image description here

Guess you like

Origin blog.csdn.net/weixin_45289656/article/details/132622578
Recommended