Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pombadev/fancy-linux-prompt
https://github.com/pombadev/fancy-linux-prompt
bash bash-prompt fancy
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pombadev/fancy-linux-prompt
- Owner: pombadev
- License: mit
- Created: 2018-01-27T17:51:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T03:35:17.000Z (over 1 year ago)
- Last Synced: 2023-06-12T04:26:24.422Z (over 1 year ago)
- Topics: bash, bash-prompt, fancy
- Language: Shell
- Size: 121 KB
- Stars: 22
- Watchers: 2
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fancy Linux Prompt
A fancy linux prompt is a ~100% inspired~ fork of [bash-powerline-ng](https://github.com/z4ziggy/bash-powerline-ng), with Tux as the prompt symbol.
![fancy-prompt](https://raw.github.com/pombam/fancy-linux-prompt/master/Screenshot.png)
## Installation
Download the Bash script
wget -O ~/.fancy-prompt.sh https://raw.githubusercontent.com/pjmp/fancy-linux-prompt/master/fancy-prompt.sh
And source it in your `.bashrc`
source ~/.fancy-prompt.sh
# Note:
* This assumes you have git installed.
* If elements are not displayed properly, perhaps installing [powerline fonts](https://powerline.readthedocs.io/en/latest/installation.html) will help.
* There's no plan to add support for other version control systems.