Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.38 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.38 KB

ulyssesys

A minimalist and informative shell theme based on ys.

Features

  • Only ANSI colors and ASCII chars are used, so that this theme is suitable for both graphical terminal emulators and virtual terminals (text TTY).
  • The colors are designed so that this theme can be used with both light and dark backgrounds.
  • Shows command index, full path to the current directory, exit code of last command, and current Git branch, in a non-cluttering way.
  • Indicates nix-shell environment (for Zsh, use with the nix-shell plugin).

Screenshots

light dark

Installation

Zsh

With Oh My Zsh installed, run

curl --output-dir $ZSH/custom/themes --create-dirs --remote-name https://github.com/UlyssesZh/ulyssesys/raw/refs/heads/master/ulyssesys.zsh-theme

Then, in ~/.zshrc, set ZSH_THEME=ulyssesys before source $ZSH/oh-my-zsh.sh.

PowerShell

With Oh My Posh installed, add this to $PROFILE:

oh-my-posh init pwsh --config "https://github.com/UlyssesZh/ulyssesys/raw/refs/heads/master/ulyssesys.omp.json" | Invoke-Expression

License

MIT.