美文网首页
安装 iTem2 & zsh

安装 iTem2 & zsh

作者: PeckZeg | 来源:发表于2017-03-15 09:16 被阅读0次
    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

    引用

    相关文章

      网友评论

          本文标题:安装 iTem2 & zsh

          本文链接:https://www.haomeiwen.com/subject/pqzknttx.html