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 변경


댓글 달기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

Scroll to Top