본문 바로가기

리눅스/우분투

wsl 우분투 꾸며보기 (Oh-my-bash)

Oh-my-bash를 이용해 우분투를 개성있게 꾸며보도록 하겠습니다. 

먼저 터미널 프로그램은 Windows Terminal 을 사용하겠습니다.

 

bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"

설치가 완료되면 다음과 같이 출력됩니다. 

이제 테마를 수정해보겠습니다. 

vi ~/.bashrc

"font" 부분을 원하는 테마로 변경해주세요. 테마 종류는 여기

 

GitHub - ohmybash/oh-my-bash: A delightful community-driven framework for managing your bash configuration, and an auto-update t

A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community. - GitHub - ohmybas...

github.com

저는 agnoster로 변경해보겠습니다.

저장 후 적용해줍니다.

source ~/.bashrc

글꼴이 깨진다면 d2coding 글꼴을 설치해줍니다. 링크

설치 후 설정에 들어가 줍니다.

우분투-모양으로 들어가서 색 구성표는 Solarized Dark 글꼴은 D2Coding으로 변경해주세요.

폰트가 깨지지 않는 것을 확인할 수 있습니다.