mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-16 18:42:46 +08:00
![Pablo Aguiar](/assets/img/avatar_default.png)
* omf/templates: use ones name as copyright holder * omf/templates: use ones github username in URLs * omf/templates: use current yeat in copyright notice
44 lines
1.2 KiB
Markdown
44 lines
1.2 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)](https://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_NAME}}][author] et [al][contributors]
|
|
|
|
|
|
[mit]: https://opensource.org/licenses/MIT
|
|
[author]: https://github.com/{{GITHUB_USER}}
|
|
[contributors]: https://github.com/{{GITHUB_USER}}/theme-{{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
|