su -
apt install -y zsh git
chsh -s /bin/zsh
wget https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh
chmod +x install.sh
sed -i 's/ohmyzsh\/ohmyzsh/mirrors\/oh-my-zsh/' install.sh
sed -i 's/github.com\/\$/gitee.com\/\$/' install.sh
./install.sh
sed -i 's/ZSH_THEME=\"robbyrussell\"/ZSH_THEME=\"bira\"/' ~/.zshrc
Debian 安装配置 oh-my-zsh 笔记
最新推荐文章于 2025-02-25 18:52:51 发布