mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-10 07:50:44 +08:00
41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
<img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="144px" height="144px"/>
|
|
|
|
#### {{NAME}}
|
|
> A 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
|
|
|
|
|
|
```fish
|
|
$ omf install {{NAME}}
|
|
```
|
|
|
|
## Features
|
|
|
|
* Lorem ipsum dolor sit amet.
|
|
* Consectetur adipisicing elit.
|
|
|
|
## Screenshot
|
|
|
|
<p align="center">
|
|
<img src="{{SCREENSHOT_URL}}">
|
|
</p>
|
|
|
|
# License
|
|
|
|
[MIT][mit] © [{{USER}}][author] et [al][contributors]
|
|
|
|
|
|
[mit]: http://opensource.org/licenses/MIT
|
|
[author]: http://github.com/{{USER}}
|
|
[contributors]: https://github.com/{{USER}}/{{NAME}}/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
|