一、oh-my-zsh 高亮终端安装

  1、运行下边命令查看终端是否是zsh
    dscl . -read /Users/$USER UserShell
  2、是/bin/zsh的话跳过本步骤,否则运行下边命令换成zsh
    chsh -s /bin/zsh
  3、安装终端oh-my-zsh,安装成功会有oh-my-zsh艺术字提示,不成功得另辟蹊径
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"  4、详细过程参考下边网址    https://www.jianshu.com/p/1c17cbff7ecf
二、终极搜索安装  brew install the_silver_searcher
三、终端常用命令  1、brew [options] brew包管理工具语句  2、open . 打开当前路径的文件窗口  3、ssh root@ip 连接远程主机终端  4、sftp root@ip   连接远程主机文件管理  5、sudo su      启动管理命令行  6、command + n 开启一个新终端窗口  7、command + , 开启终端偏好设置