mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Merge pull request #250 from oh-my-fish/update-themes-docs
docs: update Themes.md
This commit is contained in:
commit
4403f7a588
@ -16,6 +16,7 @@
|
|||||||
- [default](#default)
|
- [default](#default)
|
||||||
- [eclm](#eclm)
|
- [eclm](#eclm)
|
||||||
- [edan](#edan)
|
- [edan](#edan)
|
||||||
|
- [es](#es)
|
||||||
- [fishface](#fishface)
|
- [fishface](#fishface)
|
||||||
- [fishy-drupal](#fishy-drupal)
|
- [fishy-drupal](#fishy-drupal)
|
||||||
- [fisk](#fisk)
|
- [fisk](#fisk)
|
||||||
@ -1007,6 +1008,55 @@ Inspired by idan, a functional, uncluttered fish theme with usability perks for
|
|||||||
Check out [Anonymous Pro](http://www.marksimonson.com/fonts/view/anonymous-pro).
|
Check out [Anonymous Pro](http://www.marksimonson.com/fonts/view/anonymous-pro).
|
||||||
|
|
||||||
|
|
||||||
|
# es
|
||||||
|
<img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="144px" height="144px"/>
|
||||||
|
|
||||||
|
###### es theme
|
||||||
|
> A Powerline-style, Git-aware theme for [Oh My Fish][omf-link].
|
||||||
|
|
||||||
|
[![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)
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
#### Install
|
||||||
|
Make sure you have [Oh My Fish][omf-link] installed. Then just
|
||||||
|
```fish
|
||||||
|
$ omf install es
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
* Git-aware theme with detailed __Git status__ in the left prompt (added, removed, modified, renamed, unstaged, stashed)
|
||||||
|
* __Node/Python/Ruby@gemset__ current version inside a git folder in the right prompt if respective virtual environment manager is installed (nvm, pyenv, rbenv)
|
||||||
|
* __Error status__ and __duration of last command__ in the right prompt
|
||||||
|
* Mac-notifications on completion of long commands (10+ seconds by default) if terminal is out of focus
|
||||||
|
* Limits path to __two last folders__ for better visibility, with `$HOME` directory abbreviated to `~`
|
||||||
|
* Powerline-patched fonts required
|
||||||
|
|
||||||
|
#### Screenshot
|
||||||
|
|
||||||
|
#####__Git folder__
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://github.com/oh-my-fish/theme-es/blob/master/Fish%20Prompt%20Git-es.png?raw=true">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
#####__Normal folder (no Git)__
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://github.com/oh-my-fish/theme-es/blob/master/Fish%20Prompt%20NoGit-es.png?raw=true">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
### License
|
||||||
|
|
||||||
|
[MIT][mit] © [eugenesvk][THEMES-NAMESPACE-es-author]
|
||||||
|
|
||||||
|
|
||||||
|
[THEMES-NAMESPACE-es-mit]: http://opensource.org/licenses/MIT
|
||||||
|
[THEMES-NAMESPACE-es-author]: http://github.com/eugenesvk
|
||||||
|
[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
|
||||||
|
|
||||||
|
|
||||||
# fishface
|
# fishface
|
||||||
#### FishFace
|
#### FishFace
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user