https://github.com/jackharrisonsherlock/common
A simple, clean and minimal prompt.
https://github.com/jackharrisonsherlock/common
minimal prompt shell theme zsh zsh-theme
Last synced: 6 months ago
JSON representation
A simple, clean and minimal prompt.
- Host: GitHub
- URL: https://github.com/jackharrisonsherlock/common
- Owner: jackharrisonsherlock
- License: mit
- Created: 2018-05-28T09:27:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T08:41:35.000Z (10 months ago)
- Last Synced: 2025-01-22T09:32:51.878Z (10 months ago)
- Topics: minimal, prompt, shell, theme, zsh, zsh-theme
- Language: Shell
- Homepage:
- Size: 3.43 MB
- Stars: 356
- Watchers: 6
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - common - A simple, clean and minimal prompt, displays current working directory, hostname, AWS vault role, background jobs, current SHA, exit code of last command, and `git` branch and status. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - common - A simple, clean and minimal prompt, displays current working directory, hostname, AWS vault role, background jobs, current SHA, exit code of last command, and `git` branch and status. (Themes / ZSH on Windows)
- awesome-zsh-plugins - common - A simple, clean and minimal prompt, displays current working directory, hostname, AWS vault role, background jobs, current SHA, exit code of last command, and `git` branch and status. (Themes / Zinit (née zplugin))
README
A simple, clean and minimal prompt.

- Current working directory
- Hostname (Shown on remote SSH shell only)
- AWS Vault Role
- Background jobs
- Current SHA (optional)
- Exit code of last command
- Git branch/status
- Customisable colour scheme
## Installation
### [Oh My Zsh](http://ohmyz.sh)
```sh
wget -O $ZSH_CUSTOM/themes/common.zsh-theme https://raw.githubusercontent.com/jackharrisonsherlock/common/master/common.zsh-theme
```
Update your `.zshrc` file with:
```sh
ZSH_THEME="common"
```
### [Antigen](https://github.com/zsh-users/antigen)
Update your `.zshrc` file with:
```sh
antigen theme jackharrisonsherlock/common
```
### [Antibody](https://github.com/getantibody/antibody)
Update your `.zshrc` file with:
```sh
antibody bundle jackharrisonsherlock/common
```
## Terminal
In the screenshot you see Common running in [Hyper](https://hyper.is/) with a [Custom Theme](https://github.com/jackharrisonsherlock/dotfiles/blob/master/dots/.hyper.js) and [SF Mono](https://developer.apple.com/fonts/) font.