iTerm2 + Oh My Zsh terminal to create a comfortable experience [mac os system]

When using Mac OS system login server, find the tab key does not prompt the default command, so the reference to various online article, users provide a software oh my zsh [URL: https://ohmyz.sh/ ]

Actually, the most important command is enough

-c SH " $ (curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh) " 
or
sh -c "$ (wget https: // raw. github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -) "

If you want more detailed, more thoughtful sensuality, refer to the following article

This article may refer to:

1、https://www.jianshu.com/p/9c3439cc3bdb

2、https://www.jianshu.com/p/7de00c73a2bb

Guess you like

Origin www.cnblogs.com/dadonggg/p/11027454.html
Recommended