初始化

阿里云服务器 CentOS 7.9 64位

# 安装常用软件包
sudo yum install screen htop unzip p7zip zsh git

# 安装oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

最后更新于