yhw-miracle / blog

思想,知识,认知的沉淀地
https://yhw-miracle.github.io
0 stars 0 forks source link

给 ubuntu16.04 配置 zsh 环境 #2

Open yhw-miracle opened 5 years ago

yhw-miracle commented 5 years ago
  1. 确认wget是否安装;
$ which wget
  1. 安装git
$ sudo apt-get install git
  1. 安装zsh
$ sudo apt-get install zsh
  1. 配置zsh
$ sh -c "$(wget -O- https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"