Published: 06 Apr 2018 › Updated: 06 Apr 2018

ohmyzsh , agnoster 테마 설정방법 정리
맥북을 포맷한 김에 oh-my-zsh 을 설치하고, 테마를 찾던 중 터미널 초보의 필수품인 Oh My ZSH!를 사용하자 에서 언급된 agnoster 테마 설치를 정리해 보았다.
0.준비
mkdir agnoster_theme
cd agnoster_theme
1. powerline patched 폰트 설치
# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
2. agnoster.zsh-theme 복사
curl -o agnoster.zsh-theme https://gist.githubusercontent.com/agnoster/3712874/raw/43cb371f361eecf62e9dac7afc73a1c16edf89c7/agnoster.zsh-theme
mkdir ~/.oh-my-zsh/custom/themes
mv agnoster.zsh-theme ~/.oh-my-zsh/custom/themes
3. ~/.zshrc 에 테마 선언
ZSH_THEME="agnoster"
4. iTerm 2 설정
- theme는 solarized dark 로 : Preference > Profile > Color > Color Preset > Solarized dark
- font는 Inconsolata for Powerline 으로
5. 작업 디렉터리 정리
cd ..
rm -rf agnoster_theme
Leave ohmyzsh , agnoster 테마 설정방법 정리 to:
Read more #zsh posts
Best Posts From 오리대마왕
We have not curated any of kingori2's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From 오리대마왕
- 안드로이드 라이브러리 프로젝트의 리소스 충돌 해결하기
- koin 2.0 맛보기
- 맥북의 카메라로 타임랩스 동영상 만들기
- Kotlin의 lazy field를 가진 serialize 객체를 Proguard 적용할 때 주의할 점
- 카카오 T 택시 기사용 앱 Kotlin 적용기
- 여러개의 사내 배포 aar을 사용할 때 로컬 캐시로 인한 문제를 빨리 파악하기
- Android Studio (IntelliJ) 디버거 활용 팁
- Intent.FLAG_ACTIVITY_NEW_TASK 사용할 때 조심할 점
- 드로이드나이츠 2018 발표 후기
- Kotlin 의 nullable type 추론 이슈 해결