Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.45 KB

README.md

File metadata and controls

58 lines (39 loc) · 2.45 KB

beep theme

A Powerline-style, Git-aware theme for Oh My Fish. Originally based on es

MIT License Fish Shell Version Oh My Fish Framework


Install

Install using fisher or Oh My Fish:

For Oh My Fish

$ omf ins

For Fisherman

$ fisher dkowis/theme-beep

Requirements

  • Latest fish version with a builtin string function (above 2.2.0, so please get the latest version from HEAD)
  • A Nerd-Fonts patched font

Features

  • Git-aware theme with detailed Git status in the left prompt (added, removed, modified, renamed, unstaged, stashed)
  • Node/Python/Ruby@gemset/Java current version inside a git folder in the right prompt if respective virtual environment manager is installed (nvm, nodenv, pyenv, rbenv, jenv)
  • Error status and duration of last command in the right prompt
  • Mac-notifications on completion of long commands (10+ seconds by default) if terminal (iTerm and Terminal) is out of focus
  • Limits path to two last folders for better visibility, with $HOME directory abbreviated to ~
  • Shows hostname on the right prompt when SSH'd

TODOs

Screenshot

TODO: make screenshots!

License

MIT © eugenesvk for original es and David Kowis for modifications