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 (0) | 2016.04.21 |
---|---|
PostInstallationEncryption (0) | 2016.03.30 |
Ubuntu 기본 명령어 (0) | 2014.09.03 |
CentOS 버전 확인 (0) | 2013.04.25 |
iptables (0) | 2013.03.04 |
댓글