wsl을 통해 개발환경을 셋팅하기 위해 oh-my-zsh을 설치하려고 한다.
우선 window terminal을 실행 후 설정탭을 클릭하여 settings.json파일을 연다.
아래 사진처럼 설정값을 변경한다.
zsh을 설치 후 로그아웃
sudo apt install zsh
chsh -s /usr/bin/zsh # 기본 쉘을 zsh로 변경
wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh # oh-my-zsh 설치
logout.ttf파일을 더블클릭하여 window에 font설치 (oh-my-zsh이 사용하는 폰트)
https://github.com/powerline/fonts/tree/master/DejaVuSansMono
settings.json파일의 scheme, ubuntu 설정 변경
"schemes": [ { "background" : "#002B36", "black" : "#002B36", "blue" : "#268BD2", "brightBlack" : "#657B83", "brightBlue" : "#839496", "brightCyan" : "#D33682", "brightGreen" : "#B58900", "brightPurple" : "#EEE8D5", "brightRed" : "#CB4B16", "brightWhite" : "#FDF6E3", "brightYellow" : "#586E75", "cyan" : "#2AA198", "foreground" : "#93A1A1", "green" : "#859900", "name" : "wsl", "purple" : "#6C71C4", "red" : "#DC322F", "white" : "#93A1A1", "yellow" : "#B58900" } ],
{ "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}", "hidden": false, "name": "Ubuntu-18.04", "source": "Windows.Terminal.Wsl", "fontFace" : "DejaVu Sans Mono for Powerline" }
'WSL' 카테고리의 다른 글
window terminal theme 설정 (0) | 2020.06.06 |
---|---|
mongodb 컨테이너 실행하기 (0) | 2020.05.18 |
wsl에 ssh 만들기 (0) | 2020.05.05 |
댓글