在尝试了几个windows的终端后,还是觉得windows terminal最好用。

windows terminal 链接 https://github.com/microsoft/terminal

defaultProfile填写配置对应的guid就可以设置默认配置。所有的配置在profiles中。

安装好git之后,windows可以使用bash了。

{
            "acrylicOpacity" : 0.9,
            "closeOnExit" : true,
            "colorScheme" : "Solarized Light",
            "commandline" : "C:\\Program Files\\Git\\bin\\bash.exe",
            "cursorColor" : "#1100fc",
            "cursorShape" : "bar",
            "fontFace" : "Consolas",
            "fontSize" : 12,
            "guid" : "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
            "historySize" : 9001,
            "icon" : "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico",
            "name" : "bash",
            "padding" : "0, 0, 0, 0",
            "snapOnInput" : true,
            "startingDirectory" : "%USERPROFILE%",
            "useAcrylic" : true
        }