https://github.com/ouuan/omuse-zsh-theme
A zsh theme based on amuse
https://github.com/ouuan/omuse-zsh-theme
Last synced: 8 months ago
JSON representation
A zsh theme based on amuse
- Host: GitHub
- URL: https://github.com/ouuan/omuse-zsh-theme
- Owner: ouuan
- License: mit
- Created: 2020-05-15T01:25:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T06:58:08.000Z (over 1 year ago)
- Last Synced: 2025-01-27T22:48:15.990Z (10 months ago)
- Language: Shell
- Size: 370 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - omuse - Based on Oh-My-ZSH's [amuse](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/amuse.zsh-theme). Has decorations for `git` status, time, absolute pwd, RAM usage, time used by last command, and last command exit status. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - omuse - Based on Oh-My-ZSH's <b><code>182719⭐</code></b> <b><code> 26277🍴</code></b> [amuse](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/amuse.zsh-theme)). Has decorations for `git` status, time, absolute pwd, RAM usage, time used by last command, and last command exit status. (Themes / ZSH on Windows)
README
# omuse-zsh-theme
A zsh theme based on [amuse](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/amuse.zsh-theme).

## Features
- Always display the absolute pwd.
- Git prompt with the current branch (or SHA1 in detached HEAD mode) and "!" if dirty.
- The current time.
- The RAM usage.
- Whether `ssh-add` has added identities.
- Time used by the last command, if more than 200ms.
- Red "$" if the command fails.
## Install
### [oh-my-zsh](http://ohmyz.sh/)
```sh
git clone https://github.com/ouuan/omuse-zsh-theme.git "$ZSH_CUSTOM/themes/omuse"
```
```sh
# ~/.zshrc
ZSH_THEME="omuse/omuse"
```