Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eendroroy/promptlib-zsh
collection of libraries for zsh prompts
https://github.com/eendroroy/promptlib-zsh
library zsh zsh-plugins zsh-prompt
Last synced: about 2 months ago
JSON representation
collection of libraries for zsh prompts
- Host: GitHub
- URL: https://github.com/eendroroy/promptlib-zsh
- Owner: eendroroy
- License: mit
- Created: 2017-06-05T01:46:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T05:43:27.000Z (4 months ago)
- Last Synced: 2024-11-18T16:31:04.786Z (2 months ago)
- Topics: library, zsh, zsh-plugins, zsh-prompt
- Language: Shell
- Size: 163 KB
- Stars: 9
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# promptlib-zsh
Collection of libraries for zsh prompts
## Usage
add the library as a submodule:
git submodule add https://github.com/eendroroy/promptlib-zsh.git libs/promptlib
use modules in your theme:
THEME_ROOT=${0:A:h}
MODULES=(git ssh python) # skip this line to include all modules
source "${THEME_ROOT}/libs/promptlib/activate"
# rest of your theme## Available Modules
- background_job
- crystal
- disk
- docker
- elixir
- git
- go
- gradle
- java
- maven
- mercurial
- mysql
- node
- php
- postgres
- python
- ruby
- ssh
- subversion
- time
- vagrant## License
The project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).