当前位置: 首页 > Web前端 > HTML

zsh配置宇宙飞船主题

时间:2023-03-28 13:54:26 HTML

zsh基本配置见本文Mac配置zsh配置效果插件安装宇宙飞船官网#clonethisrepo:exportZSH_CUSTOM=~/.oh-my-zsh/customgitclonehttps://github.com/spaceship-prompt/spaceship-prompt.git"$ZSH_CUSTOM/themes/spaceship-prompt"--depth=1#将spaceship.zsh-theme符号链接到您的oh-my-zsh自定义主题目录:ln-s"$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme""$ZSH_CUSTOM/themes/spaceship.zsh-theme"vim~/.zshrc,setZSH_THEME="spaceship"配置字体字体安装见上一篇。选择字体:MesloLGMDZforPowerline自定义git用户信息显示gitclonehttps://github.com/brucejcw/spaceship-git-user.git"$ZSH/plugins/spaceship-git-user"修改.zshrcvim~/.zshrcaddpluginplugins=(...spaceship-git-user)addspaceship在source命令后添加git_user