zsh可以算是shell里最好用的了,而zsh里支持各种各样的主题,之前一直用的都是默认的主题,后来偶然在git上看到spaceship主题,比一般的主题要好看。 支持在命令行上显示docker版本,npm信息,git详细,emoji等。。。 git repo地址如下: https://github.com/denysdovhan/spaceship-zsh-theme 下面是截图:...
4.配置 ZSH 主题 Spaceship ZSH Oh My ZSH 默认有很多主题,但今天要说的是可以跟 Powerlevel9k 相媲美的主题 Spaceship ZSH 按照官方文档进行安装 oh-my-zsh Clone this repo: git clone https://github.com/spaceship-prompt/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1 Symlink s...
ZSH_THEME="spaceship" 1. 在命令行输入 `source ~/.zshrc` 让 zsh 生效。 还有个好看的主题 sudo gitclonehttps://github.com/zakaziko99/agnosterzak-ohmyzsh-theme.git "$ZSH_CUSTOM/themes/agnosterzak-ohmyzsh"sudo ln-s"$ZSH_CUSTOM/themes/agnosterzak-ohmyzsh/agnosterzak.zsh-theme""$ZSH_CUSTOM...
安装Zsh、curl、wget、git、vim sudo apt install zsh curl wget git vim -y 安装oh my zsh 通过在github上的脚本安装 sh -c "$(curl -fsSL [<https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh>](<https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh>))...
主题你可以到https://github.com/ohmyzsh/ohmyzsh/wiki/Themes自己选你喜欢的. 我比较常用的是默认的,还以后bira ys agnoster这几个.其他的,也不高兴再去找了. 插件的使用, github仓库都有说明的. spaceship 主题 #1. Clone仓库:git clone https://ghproxy.com/https://github.com/spaceship-prompt/spaceshi...
接着是oh-my-zsh自带的,其他一些功能强大的实用工具。1.vi-mode vim输入模式,非常强大,不用多说。
Spaceship is a minimalistic, powerful and extremely customizable“Oh My ZSH!”theme. It combines everything you may need for convenient work, without unnecessary complications, like a real spaceship. Currently it shows: Current git branch.
# theme spaceship cnpm i -g spaceship-prompt # config ~/.zshrc ZSH_THEME="spaceship" autoload -U promptinit; promptinit prompt spaceship Plugin# install plugins # install plugins git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins...
51CTO博客已为您找到关于ubuntu oh my zsh的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及ubuntu oh my zsh问答内容。更多ubuntu oh my zsh相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成长和进步。
docker.sh)"-- \ -t https://github.com/denysdovhan/spaceship-prompt \ -a'SPACESHIP_PROMPT_ADD_NEWLINE="false"'\ -a'SPACESHIP_PROMPT_SEPARATE_LINE="false"'\ -p git \ -p ssh-agent \ -p https://github.com/zsh-users/zsh-autosuggestions \ -p https://github.com/zsh-users/zsh-...