CentOS 服务器配置

首先安装一些常用的软件,例如 curl 等 // 包管理器 $ yum install curl wget // 压缩工具 $ yum install unzip // git $ yum install git 配置 oh-my-zsh 先安装 zsh $ yum install zsh 然后查看本机中的 shell $ cat /etc/shells 这里看到已经安装成功 /bin/zsh
相关文章
相关标签/搜索