A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
For Mac users, I highly recommend iTerm 2 + Solarized Dark
| 第一步,在/etc/yum.repos.d/目录下创建一个源配置文件nginx.repo: | |
| cd /etc/yum.repos.d/ | |
| vim nginx.repo | |
| 填写如下内容: | |
| [nginx] | |
| name=nginx repo |
Getting started:
Related tutorials:
| # ---------------------------------- | |
| # Colors | |
| # ---------------------------------- | |
| NOCOLOR='\033[0m' | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| ORANGE='\033[0;33m' | |
| BLUE='\033[0;34m' | |
| PURPLE='\033[0;35m' | |
| CYAN='\033[0;36m' |