use new color on mac terminal…

目的

修改mac平台下terminal主题颜色,色彩更加鲜明

env

  • mac-intel
  • terminal

#github

Manual install

1.oh-my-zsh

1.1intall oh-my-zsh(auto backup ~/.zshrc)

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

2.materialshell.zsh-theme

2.1Run the following command in your terminal:

curl -L -o ~/.oh-my-zsh/custom/themes/materialshell.zsh-theme https://raw.githubusercontent.com/carloscuesta/materialshell/master/materialshell.zsh

2.2If you don’t have curl, just copy materialshell.zsh to ~/.oh-my-zsh/custom/themes/materialshell.zsh-theme.

2.3Modify .zshrc to enable the theme with ZSH_THEME=“materialshell”.

2.4Save and restart your terminal.

3.terminal-color

3.1download materialshell

3.2double click set .terminal

3.3set materialshell-oceanic deafult 打开terminal -> 终端 -> 设置 -> 描述文件(materialshell-oceanic)设置默认 字体18 窗口110、30

alt text

3.4关闭重新打开terminal

alt text