Ubuntu 리눅스 zsh 설치 및 테마 변경System Management2017. 1. 15. 15:44
Table of Contents
Ubuntu 에서 ZSH 설치 및 Oh My ZSH 설치를 위하여 다음과 같은 순서로 명령어 실행
1). root 초기 비밀번호 설정
명령어 예제
sudo passwd
2). apt-get 업데이트 진행
명령어 예제
sudo apt-get update
3). apt-get 을 이용한 git 설치
명령어 예제
sudo apt-get install git
4). apt-get 을 이용한 zsh 설치
명령어 예제
sudo apt-get install zsh
zsh --version
5). Ubuntu 기본 shell 을 bash 에서 zsh 변경
명령어 예제
chsh -s 'which zsh'
echo $SHELL
6). oh my zsh 설치
명령어 예제
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
7). oh my zsh 설치
명령어 예제
sudo apt-get install curl
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
8). oh my zsh 테마 다운로드
명령어 예제
cd ~/.oh-my-zsh/themes/
wget http://raw.github.com/zakaziko99/agnosterzak-ohmyzsh-theme/master/agnosterzak.zsh-theme
9). oh my zsh 테마 설정
명령어 예제
vi ~/.zshrc
ZSH_THEME="agnosterzak"
'System Management' 카테고리의 다른 글
Ubuntu 리눅스 Chrome 설치 중 라이브러리 장애 처리 (0) | 2017.01.15 |
---|---|
Ubuntu 리눅스 터미널 solarized 테마 적용 (0) | 2017.01.15 |
CentOS7 리눅스 방화벽 사용 중지 (0) | 2017.01.07 |
리눅스 ssh-kygen 서버 비밀번호 접속 명령어 (0) | 2016.09.10 |
리눅스 파일 대용량 폴더 및 파일 추척 명령어 (0) | 2016.02.17 |
@kogun82 :: Ctrl+C&V 로 하는 프로그래밍
Korean BioInformation Center(KOBIC) Korea Research Institute of Bioscience & Biotechnology Address: #52 Eoeun-dong, Yuseong-gu, Deajeon, 305-806, KOREA +82-10-9936-2261 e-mail: kogun82@kribb.re.kr Blog: kogun82.tistory.com Homepage: www.kobic.re.kr
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!