adtuu

The manual way

1. Clone the repository:

git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh

2. Optionally, backup your existing ~/.zshrc file:

cp ~/.zshrc ~/.zshrc.orig

3. Create a new Zsh config file by copying the Zsh template we’ve provided:

cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc

4. Set Zsh as your default shell:

chsh -s /bin/zsh

5. Start or restart Zsh by opening a new command-line window. 

 

 

分类:

技术点:

相关文章:

  • 2020-10-18
  • 2021-12-18
  • 2021-06-30
  • 2021-12-13
  • 2021-12-19
  • 2021-12-22
  • 2018-10-28
猜你喜欢
  • 2021-11-05
  • 2021-04-04
  • 2021-07-26
  • 2020-01-18
  • 2021-04-06
  • 2021-12-02
  • 2021-09-13
相关资源
相似解决方案