sudo apt install zsh -y
2、安装gitsudo apt install git -y
3、安装oh my zshsh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
没有翻墙的同学会出错:
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
#!/bin/sh # # This script should be run via curl: # sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # or via wget: # sh -c "$(wget -qO- https://raw.githubusercontent.com/ohmyzsh
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)