Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/so-fancy/prompt-so-fancy
Fancy terminal
https://github.com/so-fancy/prompt-so-fancy
dotfiles fancy yay
Last synced: about 13 hours ago
JSON representation
Fancy terminal
- Host: GitHub
- URL: https://github.com/so-fancy/prompt-so-fancy
- Owner: so-fancy
- Created: 2016-03-19T13:31:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T03:26:32.000Z (almost 7 years ago)
- Last Synced: 2024-05-09T20:59:22.645Z (6 months ago)
- Topics: dotfiles, fancy, yay
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 87
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# prompt-so-fancy
![](http://i.imgur.com/EkEtphC.png)
![](http://farm8.staticflickr.com/7142/6754488927_563dd73553_b.jpg)
## Usage
```shell
source prompt-so-fancy
```You could drop an alias in your `~/.bash_profile`:
```shell
alias psf='source prompt-so-fancy'
psf
```## Install
For convenience, the recommended installation is via NPM. If you'd prefer, you may choose to do a [manual installation](#manual-install) instead.
```shell
npm install -g prompt-so-fancy
```This will install and link the `prompt-so-fancy` scripts. You can also upgrade to the latest version with this command.
## Manual install
If you want, you can choose to install manually:
1. Grab the script (`prompt-so-fancy`) via either downloading or cloning the repo.
1. Place them in a location that is in your `PATH` directly or with symlinks.## Contributing
Pull requests quite welcome, along with any feedback or ideas.
### Hacking
```sh
# fork and clone the prompt-so-fancy repo.
git clone https://github.com//prompt-so-fancy/ && cd prompt-so-fancy
```Make changes and send a PR!
## Credit
inspired by paulirish, cowboy, thomasjbradley, and mathiasbynens.
## License
MIT