Windows Terminal 설정 방법

세팅 문서

아이콘 변경

  • 구글에서 ssh png 검색 후, 다운로드
  • settings.json 파일에서 설정
{
    // Make changes here to the cmd.exe profile
    "guid": "{be42fa7b-e93a-4934-8639-a42b9b058567}",
    "name": "SSH Git Server",
    "commandline": "ssh git@111.111.111.111",
    "hidden": false,
    "fontFace": "D2Coding ligature",
    "icon": "C:/Users/user/AppData/Local/Microsoft/Windows Terminal/ssh.png"
},

guid 변경