likes
comments
collection
share

What terminal am I using? — Cesar Ferreira – César Ferreira – Medium

作者站长头像
站长
· 阅读数 3
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: