본문 바로가기

* 해당 배너는 쿠팡 파트너스 활동의 일환으로 판매 발생 시 수수료를 제공받습니다.

OS/Linux

Install Oh-My-Zsh on Ubuntu

by 화뉘 2014. 9. 24.

 

Manual Installation

※ 기존에 zshell이 설치된 상태여야 한다.

sudo apt-get install zsh

1. Clone the repository 

git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh 

2. If you already have an existing ~/.zshrc file, create a backup: 

 cp ~/.zshrc ~/.zshrc.orig

3. Create a new zsh config by copying the zsh template we’ve provided.

cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc

4. Set zsh as your default shell:

 chsh -s /bin/zsh

5. Restart ZSH.

 

참고 : http://www.unixmen.com/install-oh-zsh-ubuntu-arch-linux-fedora/

'OS > Linux' 카테고리의 다른 글

putty connection refused  (2) 2016.04.21
PostInstallationEncryption  (2) 2016.03.30
Ubuntu 기본 명령어  (2) 2014.09.03
CentOS 버전 확인  (0) 2013.04.25
iptables  (0) 2013.03.04

댓글