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으로 변경해주세요.

'리눅스 > 우분투' 카테고리의 다른 글
code . 명령어 Permission denied 에러 해결 (0) | 2022.05.02 |
---|---|
맥OS "dyld: Library not loaded..." 에러 (0) | 2022.04.13 |
npm 전역 설치된 패키지 삭제하기 (0) | 2022.04.08 |
우분투에 Rust 설치하기 (0) | 2022.04.01 |
wsl2 우분투 설치하기 (0) | 2022.03.31 |