spaceship官网 # Clone this repo: export ZSH_CUSTOM=~/.oh-my-zsh/custom git clone https://github.com/spaceship-prompt/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1 # Symlink spaceship.zsh-theme to your oh-my-zsh custom themes directory: ln -s "$ZSH_CUSTOM/themes/...
zsh可以算是shell里最好用的了,而zsh里支持各种各样的主题,之前一直用的都是默认的主题,后来偶然在git上看到spaceship主题,比一般的主题要好看。 支持在命令行上显示docker版本,npm信息,git详细,emoji等。。。 git repo地址如下: https://github.com/denysdovhan/spaceship-zsh-theme 下面是截图:...
SPACESHIP_PROMPT_ORDER=(time#Time stampts sectionuser#Username sectionhost#Hostname sectiondir#Current directory sectiongit#Git section (git_branch + git_status)hg#Mercurial section (hg_branch + hg_status)package#Package versionnode#Node.js sectionruby#Ruby sectionelixir#Elixir sectionxcode#Xcode sect...
将 `export ZSH_CUSTOM=$ZSH/custom` 放到 `export ZSH=$HOME/.oh-my-zsh` 下面# ~/.zshrcexportZSH_CUSTOM=$ZSH/custom# 然后重启zshsource~/.zshrc# 将项目克隆到本地gitclonehttps://github.com/spaceship-prompt/spaceship-prompt.git"$ZSH_CUSTOM/themes/spaceship-prompt"--depth=1# 创建文件链接ln-s...
spaceship 是一种简约,功能强大且可高度自定义的Zsh提示。它结合了方便工作所需的一切,而没有像真正的太空船那样不必要的复杂性。
ZSH_THEME="spaceship" 安装Poweline 字体 Meslo LG 字体是 Powerline 专用的字体之一,所以安装 PowerFonts字体库,就会安装全部 Powerline 专用字体 执行以下命令 # git clone git clone <https://github.com/powerline/fonts.git> --depth=1 # cd to folder ...
安装Oh My Zsh 主题 spaceship 克隆主题下来: sudo gitclonehttps://github.com/spaceship-prompt/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" 1. 将克隆下来的主题软连接到 zsh 的主题文件夹中 sudo ln-s"$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme""$ZSH_CUSTOM/themes/spaceship...
2.下载主题 Draculahttps://draculatheme.com/iterm/解压后更换 Preferences-Profiles-Color-Color Presets-Import 3.打开 Status bar ( Preferences-Profiles-Session-Status bar-Configure Status Bar ) 并根据自己的需求选择要显示的插件 4.配置 ZSH 主题 Spaceship ZSH ...
denysdovhan/spaceship-prompt dersam/staples eendroroy/theta xfxf/zsh-theme-traditional-plus reobin/typewritten Raindeer44/vero badouralix/oh-my-via juliavallina/windows-zsh-theme xfanwu/18fd7c24360c68bab884 zeroastro/zeroastro-zsh-theme skylerlee/zeta-zsh-theme maverick9000/zsh2000 marszall87/...
from:github, as:theme, if:"[[ $ZSH_THEME_STYLE == 9k ]]" zplug "denysdovhan/spaceship-...