Skip to content

filipelinhares/monroe-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monroe

Minimal and useful terminal theme

Terminal screen

Features

  • Show the number of untracked files with ↭
  • Show the number of commits unpusheds with ⇡
  • Show the number of unmerged branchs with ♆
  • Show if has unpulled changes with ⇣ new feature
  • Show the Ruby version
  • Show the Node version

Example

Terminal screen Terminal screen

↭1 - 1 untrackef file
⇡1 - 1 commit to push
♆1 - 1 branch to merge

The red color of branch name it's because the branch is dirty, and the green name of the branch is because is clean.

Installation

wget

wget -O $HOME/.oh-my-zsh/themes/monroe.zsh-theme https://raw.githubusercontent.com/filipelinhares/monroe-theme/master/monroe.zsh-theme

cURL

curl https://raw.githubusercontent.com/filipelinhares/monroe-theme/master/monroe.zsh-theme > $HOME/.oh-my-zsh/themes/monroe.zsh-theme

Configure

In your ~/.zshrc file with this line:

ZSH_THEME="monroe"

Customization

You can change the variables you own to just display things useful for you:

MONROE_RUBY_SHOW=true
MONROE_NVM_SHOW=true
MONROE_SHOW_UNPUSHED=true
MONROE_SHOW_UNMERGED=true
MONROE_SHOW_UNTRACKED=true
MONROE_SHOW_UNPULLED=true

Simple version

You can use our simple version of Monroe Theme, it's more performatic.

License

MIT © Filipe Linhares

About

An oh-my-zsh theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published