首页 > 其他分享 >zsh配置

zsh配置

时间:2023-02-15 22:15:34浏览次数:36  
标签:git oh -- my 配置 com zsh

sudo apt update
sudo apt install zsh
chsh -s /usr/bin/zsh 

wget https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh -O - | sh
git clone https://gitee.com/han8gui/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://gitee.com/Annihilater/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
git config --global --add oh-my-zsh.hide-status 1
git config --global --add oh-my-zsh.hide-dirty 1
zsh -xv

标签:git,oh,--,my,配置,com,zsh
From: https://www.cnblogs.com/zxyfrank/p/17124889.html

相关文章