What terminal am I using? — Cesar Ferreira – César Ferreira – Medium
terminal running https://github.com/cesarferreira/gradlr
What terminal am I using? — Cesar Ferreira
When I published gradlr a lot of people reached out to me to find out what was my terminal/theme setup so here it is:
Terminal
Hyper.js, a fully JS/HTML/CSS terminal hyper.is/
Theme
hyper snazzy an elegant Hyper theme with bright colors github.com/sindresorhu…
Shell
Oh-my-zsh is an open source, community-driven framework for managing your zsh configuration ohmyz.sh/
Prompt
Pure is a pretty, minimal and fast ZSH prompt github.com/sindresorhu…
ZSH plugins
From my ~/.zshrc
plugins=(git osx zsh-autosuggestions zsh-syntax-highlighting)
Zsh autosuggestions
zsh-autosuggestions is a Fish-like fast/unobtrusive autosuggestions for zsh. It suggests commands as you type based on command history
Zsh Syntax Highlighting
zsh-syntax-highlighting is a Fish shell like syntax highlighting for Zsh.
Final Result:
转载自:https://juejin.cn/post/6844903502871789576