安装 iTem2 & zsh

  1. 安装 iTem2

  2. 将 bash 切换成 zsh

    chsh -s /bin/zsh
    
  3. 安装 Oh My Zsh

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
    
  4. 迁移 .bash_profile

    1. 打开 vi ~/.zshrc
    2. 在最后添加 source ~/.bash_profile

引用

  • Zsh (简体中文)
  • MAC下使用iTerm2和zsh
  • 解决OSX使用oh-my-zsh后.bash_profile自定义失效
  • External themes

你可能感兴趣的:(安装 iTem2 & zsh)