[컴] msys2 bash 를 windows terminal 에 추가하기

msys2 bash 를 windows terminal 에 추가하기

  1. windows terminal 에 가서 command pallete(ctrl+shift+p) 를 열자
  2. Open settings file (JSON) 을 선택
  3. profiles.list 에 msys2 추가(아래 json 참고)

이 때 guid 의 생성은 다음 link 를 참고하자.

profile:

{
    "commandline": "d:\\msys64\\msys2_shell.cmd -defterm -here -no-start -mingw64 -shell bash",
    "guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}",
    "hidden": false,
    "name": "msys2 bash"
}

zsh

bash 대신 zsh 를 사용하고 싶다면,

  1. zsh 를 설치 : pacman -S zsh 을 하면 zsh 이 설치된다.
  2. msys2 를 실행할 때 zsh 로 실행 : d:\\msys64\\msys2_shell.cmd -defterm -here -no-start -mingw64 -shell zsh

Reference

  1. Adding MSYS to windows terminal - Stack Overflow

댓글 없음:

댓글 쓰기