首页 > TAG信息列表 > powerlevel10k
记录一次zsh的安装
# 安装zsh sudo pacman -Sy zsh # 设置zsh为默认shell chsh -s /bin/zsh # or echo 'exec zsh' >>~/.bashrc # 安装oh-my-zsh ## 使用 curl 安装 sh -c "$(curl -fsSL https://gitee.com/pocmon/ohmyzsh/raw/master/tools/install.sh)" ## 使用 wget 安装 sh -c &qoh-my-posh3主题预览
agnoster agnosterplus aliens avit blueish bubbles bubblesline cert cinnamon darkblood emodipt fish gmay half-life honukai hotstick.minimal huvix iterm2 jandedobbeleer jonnychipz lambda marcduiubuntu install zsh oh-my-zsh
install zsh sudo apt install zsh # set zsh as default shell chsh -s /bin/zsh # echo current shell echo $SHELL install oh my zsh # 安装 Oh My Zsh wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh # 以上命令可能不好使oh-my-zsh配置
配置oh-my-zsh和主题 更改默认shell chsh -s /usr/bin/zsh 配置oh-my-zsh github hosts文件更改 sudo nano /etc/hosts 添加字段: # GitHub Start 151.101.76.133 raw.githubusercontent.com # GitHub End 下载oh-my-zsh wget https://github.com/robbyrussell/oh-my-zsh/raw/ma