terminal running https://github.com/cesarferreira/gradlr

What terminal am I using? — Cesar Ferreira

César Ferreira
2 min readJul 4, 2017

--

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 https://hyper.is/

download for mac

Theme

hyper snazzy an elegant Hyper theme with bright colors https://github.com/sindresorhus/hyper-snazzy

hyper install hyper-snazzy

Shell

Oh-my-zsh is an open source, community-driven framework for managing your zsh configuration http://ohmyz.sh/

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Prompt

Pure is a pretty, minimal and fast ZSH prompt https://github.com/sindresorhus/pure

npm install --global pure-prompt

And add this to the end of your ~/.zshrc

# .zshrc
autoload -U promptinit; promptinit
prompt pure

Zsh autosuggestions

zsh-autosuggestions is a Fish-like fast/unobtrusive autosuggestions for zsh. It suggests commands as you type based on command history.

Installation:

git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions

Zsh Syntax Highlighting

zsh-syntax-highlighting is a Fish shell like syntax highlighting for Zsh.

Installation:

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

ZSH plugins

From my ~/.zshrc

plugins=(git osx zsh-autosuggestions zsh-syntax-highlighting)

You need to source your config

source ~/.zshrc

Final Result:

If you have any questions, hit me up @cesarmcferreira

--

--

César Ferreira

Senior Android Developer, currently working as a Tech Lead @GlueHome. More on me @ https://cesarferreira.com