zsh windows / msys / wsl 없이
windows 에서 git for windows의 msys2 를 이용해서 zsh 사용하기(wsl 없이)
절차
- git for windows 설치
- zsh msys2 package 를 download
- 압축을 풀고, msys2 환경에 copy
상세내용
msys2 환경에서 실행되는 zsh 를 이용한다고 보면 된다.
이미 git for windows 가 msys2 환경이 같이 설치된다. [ref. 1] 그러므로 이것을 이용한다.
다음 경로에서 windows 용 zsh 를 download 할 수 있다.
여기서 download 한 내용을 git for windows folder 에 copy 해 넣으면 된다.
usr
, etc
folder 가 있는데, git for windows 의 folder와 맞춰서 copy 해 넣으면 된다.
MSYS2 설치방법
ref.1 에선 msys2 를 설치하고, 그 안에 git for windows 까지 같이 넣어서 사용하는 방법을 보여준다.
- MSYS2 download
c:\msys64\msys2.exe
를 실행하면 shell 이 뜬다.pacman -Syu
를 통해 pacakage database 를 최신으로 update 할 수 있다. 참고로 여러번 반복해야 한다.pacman -S zsh
으로 zsh 을 설치할 수 있다.- 이후 자세한 사항은 ref. 1을 참고하자.
- $HOME 변경 : windows - How to change HOME directory and start directory on MSYS2? - Stack Overflow
- 쿠...sal: [컴] msys2 bash 를 windows terminal 에 추가하기
.zst 압축 푸는 법
다음 util 을 사용할 수 있다.
- PeaZip free archiver utility, open extract RAR TAR ZIP files
- GitHub - mcmilk/7-Zip-zstd: 7-Zip with support for Brotli, Fast-LZMA2, Lizard, LZ4, LZ5 and Zstandard : 참고로 이 링크에선 total commander의 plugin 도 구할 수 있다.
댓글 없음:
댓글 쓰기