You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh-My-ZSH theme based on hyper terminal default theme 😎
Screenshot
It requires a change on your terminal. Change your cursor color to magenta
Inside a folder without git configuration
Inside a folder with git configuration
About the theme
hyper-oh-my-zsh is a z shell theme designed to complement a git-focused workflow based on Hyper default terminal theme. It gives you a comprehensive overview of the branch you're working on and the status of your repository throughout the development process without cluttering your terminal.
It currently shows (in order of the prompt):
Current working directory
Git branch
Exit code of last command
Time since last commit
Git status
Background Jobs
Installation
If you're using oh-my-zsh, you need to make sure that you have the a themes folder inside the oh-my-zsh custom folder and you're using the new theme 🎉 🎉 🎉 🎉
To install this theme, open your terminal and paste this command into your command line.
After that, open your ~/.zshrc file in your prefered code/text editor and set ZSH_THEME="current_theme" to ZSH_THEME="hyper-oh-my-zsh". And when you reload your command line it's done! 👏👏👏
Prompt configuration
Git Status Indicators
Variable
Indicator
Meaning
ZSH_THEME_GIT_PROMPT_UNTRACKED
◒
Untracked files
ZSH_THEME_GIT_PROMPT_ADDED
✓
Files added to git
ZSH_THEME_GIT_PROMPT_MODIFIED
△
Modified files
ZSH_THEME_GIT_PROMPT_DELETED
✖
Deleted files
ZSH_THEME_GIT_PROMPT_RENAMED
➜
Renamed files
ZSH_THEME_GIT_PROMPT_UNMERGED
§
Unmerged files
ZSH_THEME_GIT_PROMPT_AHEAD
▲
Repo ahead of current branch
ZSH_THEME_GIT_PROMPT_DIRTY
✗
Dirty repository
Right hand prompt
The right hand prompt displays the current branch, time since last commit, as well as commit status of the repository