Powerlevel10k 主题安装
在安装了 oh-my-zsh 的情况下:git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k然后修改~/.zshrc文件:ZSH_THEME="powerlevel10k/powerlevel10k"自动化
·
在安装了 oh-my-zsh 的情况下:
git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
然后修改~/.zshrc
文件:
ZSH_THEME="powerlevel10k/powerlevel10k"
自动化配置命令:p10k configure
记得选用 unicode
参考链接:https://suixinblog.cn/2019/09/beautify-terminal.html
时间块颜色:
typeset -g POWERLEVEL9K_TIME_BACKGROUND=250
安装字体 Hack Nerd Font (可选)
brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献1条内容
所有评论(0)