Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T23:08:07.000Z (over 3 years ago)
- Last Synced: 2024-08-04T13:06:49.820Z (4 months ago)
- Topics: minimal, prompt, shell, theme, zsh, zsh-theme
- Homepage:
- Size: 3.43 MB
- Stars: 350
- Watchers: 6
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
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 the [GitHub Dark Theme](https://github.com/ohheyjosh/hyper-github-dark) and [SF Mono](https://developer.apple.com/fonts/) font.