oh my zsh - RLidea/dev.docs GitHub Wiki
ํฐ๋ฏธ๋ ์ด๋ณด์ ํ์ํ์ธ Oh My ZSH!๋ฅผ ์ฌ์ฉํ์
$ zsh --version
zsh 5.0.7
sudo apt-get update
sudo apt-get install zsh
$ brew update
$ brew install zsh
$ echo $SHELL
/bin/bash
(maxOS์ ๊ฒฝ์ฐ) vi /etc/shells
์์ /bin/zsh/
๊ฐ ๋ฑ๋ก๋์ด์๋์ง ํ์ธ.
$ which zsh #์์ ์์น๋ฅผ ํ์ธํ๋ค.
/usr/bin/zsh
$ chsh -s /usr/bin/zsh #๊ธฐ๋ณธ ์์ ๋ณ๊ฒฝํ๋ค.
$ chsh -s `which zsh` #์ ๋ ๊ฐ์ ๋ช
๋ น์ ํ๋๋ก ์ค์ผ ์๋ ์๋ค.
$ curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
Meui-MacBook-Pro% curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 4025 100 4025 0 0 2178 0 0:00:01 0:00:01 --:--:-- 6686
Cloning Oh My Zsh...
Cloning into '/Users/me/.oh-my-zsh'...
remote: Counting objects: 857, done.
remote: Compressing objects: 100% (720/720), done.
remote: Total 857 (delta 16), reused 775 (delta 10), pack-reused 0
Receiving objects: 100% (857/857), 572.22 KiB | 552.00 KiB/s, done.
Resolving deltas: 100% (16/16), done.
Looking for an existing zsh config...
Using the Oh My Zsh template file and adding it to ~/.zshrc
__ __
____ / /_ ____ ___ __ __ ____ _____/ /_
/ __ \/ __ \ / __ `__ \/ / / / /_ / / ___/ __ \
/ /_/ / / / / / / / / / / /_/ / / /_(__ ) / / /
\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/
/____/ ....is now installed!
Please look over the ~/.zshrc file to select plugins, themes, and options.
p.s. Follow us at https://twitter.com/ohmyzsh.
p.p.s. Get stickers and t-shirts at https://shop.planetargon.com.
sh ~/.oh-my-zsh/tools/uninstall.sh
์ทจ๋ฏธ๋ก ํ๋ ํ๋ก๊ทธ๋๋ฐ !!! :: Mac -- zsh ์ค์ ํ๊ธฐ
oh-my-zsh ์ค์น ๋ฐ ์ ์ฉํ๊ธฐ
[oh-my-zsh ํ
๋ง ๋ณ๊ฒฝ ๋ฐ ์ค์ (alias, agnoster ๋ฉํฐ๋ผ์ธ, ์ฌ์ฉ์๋ช
์จ๊น์ฒ๋ฆฌ) ยท ์ด๋ณด๋ชฝํค์ ๊ฐ๋ฐ๊ณต๋ถ๋ก๊ทธ]
agnoster(oh-my-zsh ํ
๋ง) ๋ฉํฐ๋ผ์ธ์ผ๋ก ์ฌ์ฉํ๊ธฐ(https://wayhome25.github.io/etc/2017/03/12/zsh-alias/)
font master download : GitHub - powerline/fonts: Patched fonts for Powerline users.