Windows Terminal 설치
MS에서 괜찮은 터미널을 출시했다.
(github.com/microsoft/terminal)
위 그림처럼 설치해주자!
설정 창 열기
설정(Ctrl + ,)이 단축키 이다.
설정 추가
{
"guid": "{00000000-0000-0000-ba54-000000000002}",
"acrylicOpacity" : 0.75,
"closeOnExit" : true,
"colorScheme" : "Campbell",
"commandline" : "\"C:\\Program Files\\Git\\usr\\bin\\bash.exe\" -i -l",
"cursorColor" : "#FFFFFF",
"cursorShape" : "bar",
"fontFace" : "Consolas",
"fontSize" : 10,
"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
},
"defaultProfile": "{00000000-0000-0000-ba54-000000000002}",
상단의 코드는 git bash를 터미널로 추가해주는 설정이다.
하단의 코드는 git bash를 guid 기준으로 기본 터미널로 설정하는 것이다.
'Knowledge > Tools & Command' 카테고리의 다른 글
[MAC OS] 브라우저/폴더 창에서 주소창 포커싱 명령어 (0) | 2021.01.03 |
---|---|
ESD 파일 ISO 파일 변환 방법 (0) | 2020.09.14 |
[VS Code] command line commit 메세지와 vs code 연동 (0) | 2020.09.07 |
[VS Code] C/C++ 코딩 스타일 세팅 방법 (0) | 2020.09.04 |
[JIRA] 단위 정리 (프로젝트, 이슈, 스프린트) (0) | 2020.09.04 |
댓글