摘要: 先安装oh-my-zsh: https://www.cnblogs.com/yanglei-xyz/p/14030630.html 然后在idea设置: 阅读全文
posted @ 2020-11-24 15:58 yanglei.xyz 阅读(1640) 评论(0) 推荐(1)
摘要: 1、安装zsh: curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh 国内地址: sh -c "$(curl -fsSL https://gitee.com/pocmon/ohmyzsh 阅读全文
posted @ 2020-11-24 15:40 yanglei.xyz 阅读(2015) 评论(0) 推荐(1)
摘要: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 上面不行,可以用这个国内地址: /bin/zsh -c "$(curl -fsSL https://gi 阅读全文
posted @ 2020-11-24 15:31 yanglei.xyz 阅读(110) 评论(0) 推荐(0)