Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrepolischuk/min
Minimalistic zsh prompt
https://github.com/andrepolischuk/min
minimal prompt shell theme zsh
Last synced: 5 days ago
JSON representation
Minimalistic zsh prompt
- Host: GitHub
- URL: https://github.com/andrepolischuk/min
- Owner: andrepolischuk
- License: mit
- Created: 2016-11-03T10:29:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T13:31:40.000Z (4 months ago)
- Last Synced: 2024-10-05T16:19:57.518Z (about 1 month ago)
- Topics: minimal, prompt, shell, theme, zsh
- Language: Shell
- Size: 446 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# min
> Minimalistic zsh prompt
![](screenshot.png)
## Install
### npm
```sh
npm install -g min-prompt
```and add `min` to plugin list in your `.zshrc`:
```zsh
plugins=(min)
```### Manually
Clone this repo and append next line to your `.zshrc`:
```zsh
source min/min.zsh
```## Tips
In the screenshot min is running in iTerm 2 with one light theme and SF Mono font.
To colorize commands as in the screenshot, install [zsh-syntax-highlighting][zsh-syntax-highlighting].
## License
MIT
[zsh-syntax-highlighting]: https://github.com/zsh-users/zsh-syntax-highlighting