henda 发表于 2018-8-23 12:36:47

[Shell Programmin] ZSH

  都说文艺青年用zsh,今天我也来试试
  install basic package:
  RHEL7.1: yum install zsh
  MacOS: brew install zsh
  install "oh my zsh":
  automatic install: wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
  manual install:
  git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
  cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc

页: [1]
查看完整版本: [Shell Programmin] ZSH