From 1d79b83ae89403bc215e3a19ce4637114ac2f909 Mon Sep 17 00:00:00 2001 From: Itzik Ephraim Date: Tue, 12 Jan 2016 09:39:20 +0200 Subject: [PATCH] registry: add rafaelrinaldi/theme-pure --- db/themes/pure | 1 + docs/Themes.md | 81 ++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 77 insertions(+), 5 deletions(-) create mode 100644 db/themes/pure diff --git a/db/themes/pure b/db/themes/pure new file mode 100644 index 0000000..47c995d --- /dev/null +++ b/db/themes/pure @@ -0,0 +1 @@ +https://github.com/rafaelrinaldi/theme-pure diff --git a/docs/Themes.md b/docs/Themes.md index 2b3c05c..52312ab 100644 --- a/docs/Themes.md +++ b/docs/Themes.md @@ -40,6 +40,7 @@ - [pastfish](#pastfish) - [perryh](#perryh) - [plain](#plain) +- [pure](#pure) - [red-snapper](#red-snapper) - [robbyrussell](#robbyrussell) - [russell](#russell) @@ -1434,7 +1435,8 @@ $ omf u nelsonjchen #### Screenshot

- +

### License @@ -1574,6 +1576,67 @@ This is similar to godfat's gitstatus theme, but mainly includes red, white, cya [license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square +# pure +### Pure + +> Port of the [`pure`](https://github.com/sindresorhus/pure) ZSH theme to Fish. + +[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE) +[![Fish Shell Version](https://img.shields.io/badge/fish-v2.2.0-007EC7.svg?style=flat-square)](http://fishshell.com) +[![Oh My Fish Framework](https://img.shields.io/badge/Oh%20My%20Fish-Framework-007EC7.svg?style=flat-square)](https://www.github.com/oh-my-fish/oh-my-fish) + +
+ +#### Screenshot + +

+ +

+ +#### Install + +##### Oh-My-Fish + +```fish +omf install pure +``` + +##### Manually +```sh +set -l ffns (echo $HOME/.config/fish/functions) +curl -Ls https://raw.github.com/rafaelrinaldi/pure/master/fish_prompt.fish > $ffns/fish_prompt.fish +. $ffns/fish_prompt.fish +``` + +#### Features + +- [x] Display current directory tail +- [x] Display Git branch name +- [x] Display whether or not the working copy is dirty +- [x] Display an up arrow if there are stuff to be pushed +- [x] Display an down arrow if there are stuff to be pulled +- [x] Display prompt symbol in red if previous command has failed +- [x] Display the current folder and command when a process is running +- [x] Display username and host when in an SSH session +- [x] Display duration of failed commands + +#### Contributors + +* [Rafael Rinaldi](https://github.com/rafaelrinaldi/pure) ; +* [Édouard Lopez](https://github.com/edouard-lopez/). + +#### License + +[MIT][mit] © [Rafael Rinaldi][author] et [al][THEMES-NAMESPACE-pure-contributors]. + +[THEMES-NAMESPACE-pure-mit]: http://opensource.org/licenses/MIT +[THEMES-NAMESPACE-pure-author]: http://rinaldi.io +[THEMES-NAMESPACE-pure-contributors]: https://github.com/rafaelrinaldi/pure/graphs/contributors +[omf-link]: https://www.github.com/oh-my-fish/oh-my-fish + +[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square + + # red-snapper ### RED SNAPPER ![Red Snapper](https://raw.githubusercontent.com/ZuraGuerra/theme-red-snapper/master/redsnapper.jpg) @@ -1658,9 +1721,15 @@ Enjoy! # shellder + + shellder -> Things are beautiful if you love them. *[Jean Anouilh]* +> Things are beautiful if you love them. ― *[Jean Anouilh]*
+[![i-license]](/LICENSE) + +
![](http://i.imgur.com/xZJHgq8.png) @@ -1671,11 +1740,11 @@ shellder ###### Installation [zplug] for zsh user, [oh my fish] for fish user ```shell -### For zsh user +### zsh zplug "simnalamburt/shellder" -### For fish user -omf install https://github.com/simnalamburt/theme-shellder +### fish +omf install shellder ``` You'll need powerline patched font. @@ -1692,6 +1761,8 @@ You'll need powerline patched font. [THEMES-NAMESPACE-shellder-simnalamburt]: https://github.com/simnalamburt [THEMES-NAMESPACE-shellder-al]: https://github.com/simnalamburt/shellder/graphs/contributors +[i-license]: https://img.shields.io/badge/license-MIT-blue.svg + # simple-ass-prompt