
oh-my-ssh是github点赞数排名前十的一个项目,完美的兼容bash使用,说白了就是让你用shell用的更爽更炫酷
ysqdeMacBook-Pro:~ ysq$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
curl: (7) Failed to connect to raw.github.com port 443: Connection refused
ysqdeMacBook-Pro:~ ysq$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Cloning Oh My Zsh...
Cloning into '/Users/ysq/.oh-my-zsh'...
remote: Enumerating objects: 1126, done.
remote: Counting objects: 100% (1126/1126), done.
remote: Compressing objects: 100% (1090/1090), done.
remote: Total 1126 (delta 22), reused 926 (delta 18), pack-reused 0
Receiving objects: 100% (1126/1126), 732.78 KiB | 126.00 KiB/s, done.
Resolving deltas: 100% (22/22), done.
Looking for an existing zsh config...
Using the Oh My Zsh template file and adding it to ~/.zshrc.
Time to change your default shell to zsh:
Do you want to change your default shell to zsh? [Y/n] y
Changing the shell...
Changing shell for ysq.
Password for ysq:
Shell successfully changed to '/bin/zsh'.
__ __
____ / /_ ____ ___ __ __ ____ _____/ /_
/ __ \/ __ \ / __ `__ \/ / / / /_ / / ___/ __ \
/ /_/ / / / / / / / / / / /_/ / / /_(__ ) / / /
\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/
/____/ ....is now installed!
Please look over the ~/.zshrc file to select plugins, themes, and options.
p.s. Follow us on https://twitter.com/ohmyzsh
p.p.s. Get stickers, shirts, and coffee mugs at https://shop.planetargon.com/collections/oh-my-zsh
➜ ~