Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dyuri/xontrib-repa-prompt
My first custom xonsh prompt.
https://github.com/dyuri/xontrib-repa-prompt
prompt xonsh xontrib
Last synced: 20 days ago
JSON representation
My first custom xonsh prompt.
- Host: GitHub
- URL: https://github.com/dyuri/xontrib-repa-prompt
- Owner: dyuri
- License: mit
- Created: 2019-11-24T11:38:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T18:30:18.000Z (about 4 years ago)
- Last Synced: 2024-10-16T09:15:57.379Z (27 days ago)
- Topics: prompt, xonsh, xontrib
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# xontrib-repa-prompt
Custom prompt for xonsh inspired by [xontrib-powerline](https://github.com/santagada/xontrib-powerline) and [powerlevel9k](https://github.com/bhilburn/powerlevel9k).
# Install
Install using pip
```
pip install xontrib-repa-prompt
```Add to your `.xonshrc`:
```
xontrib load repa_prompt
```# Configuration
**TODO**