sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
// 打印出
zsh: command not found: wget
brew install wget curl
vim .zshrc
// 按下i,添加
ZSH_THEME="ys" //改成ys主题
// 退出
esc
:wq
// 保存
source .zshrc
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
vim .zshrc
// 按下i,添加
plugins=(git zsh-syntax-highlighting zsh-autosuggestions)
// 退出
esc
:wq
// 保存
source .zshrc
此页面不支持夜间模式!
已进入夜间模式!
已进入普通模式!
搜索框不允许为空
签到成功!经验+5!芋圆币+2!
签到失败!今日已签到!
需要登录社区账号才可以进入!