Move resources back into main repository

This commit is contained in:
Ilan Cosman 2020-09-16 15:35:45 -07:00
parent 7a8dcd8960
commit 85712abe73
14 changed files with 26 additions and 12 deletions

View File

@ -79,7 +79,7 @@ Todo on release:
- [ ] Update `_tide_version` in install script. - [ ] Update `_tide_version` in install script.
- [ ] Create a commit containing above edit, titled with the version number. - [ ] Create a commit containing above edit, titled with the version number.
- [ ] Update changelog with changes from previous version. - [ ] Create release on github with information from changelog.
[`fish --no-execute`]: https://fishshell.com/docs/current/cmds/fish.html [`fish --no-execute`]: https://fishshell.com/docs/current/cmds/fish.html
[`fish_indent`]: https://fishshell.com/docs/current/cmds/fish_indent.html [`fish_indent`]: https://fishshell.com/docs/current/cmds/fish_indent.html

View File

@ -1,7 +1,7 @@
<div align="center"> <div align="center">
<img <img
src="https://raw.githubusercontent.com/IlanCosman/tide-resources/main/images/logo.svg" src="resources/images/logo.svg"
alt="logo.svg" alt="logo.svg"
width="61.8%" width="61.8%"
/> />
@ -13,7 +13,7 @@
# #
<img <img
src="https://raw.githubusercontent.com/IlanCosman/tide-resources/main/images/header.png" src="resources/images/header.png"
alt="header.png" alt="header.png"
width="50%" width="50%"
align="right" align="right"
@ -53,7 +53,7 @@ Run `tide configure` to open the the wizard in your terminal.
<br> <br>
<img <img
src="https://raw.githubusercontent.com/IlanCosman/tide-resources/main/images/flexible.png" src="resources/images/flexible.png"
alt="flexible.png" alt="flexible.png"
width="55%" width="55%"
align="left" align="left"
@ -66,7 +66,7 @@ Using the [`items`][] list for each side of the prompt, you have full control of
<br clear="left"><br> <br clear="left"><br>
<img <img
src="https://raw.githubusercontent.com/IlanCosman/tide-resources/main/images/multi-line_right_prompt.png" src="resources/images/multi-line_right_prompt.png"
alt="multi-line_right_prompt.png" alt="multi-line_right_prompt.png"
width="61.8%" width="61.8%"
align="right" align="right"
@ -81,7 +81,7 @@ Tide takes care of all the multi-line logic and printing for you. All you have t
<br clear="right"><br> <br clear="right"><br>
<img <img
src="https://raw.githubusercontent.com/IlanCosman/tide-resources/main/images/extensible.png" src="resources/images/extensible.png"
alt="extensible.png" alt="extensible.png"
width="61.8%" width="61.8%"
align="left" align="left"
@ -94,7 +94,7 @@ If there isn't an item that fits your needs you can make your own (and hopefully
<br clear="left"><br> <br clear="left"><br>
<img <img
src="https://raw.githubusercontent.com/IlanCosman/tide-resources/main/animations/pure_emulation.gif" src="resources/animations/pure_emulation.gif"
alt="pure_emulation.gif" alt="pure_emulation.gif"
width="61.8%" width="61.8%"
align="right" align="right"
@ -145,17 +145,17 @@ Open each file and click "Install". This will make the `MesloLGS NF` font availa
[actions]: https://github.com/IlanCosman/tide/actions [actions]: https://github.com/IlanCosman/tide/actions
[ci_badge]: https://github.com/IlanCosman/tide/workflows/CI/badge.svg [ci_badge]: https://github.com/IlanCosman/tide/workflows/CI/badge.svg
[configuration guide]: docs/Configuration.md [configuration guide]: docs/Configuration.md
[configuration_wizard]: https://raw.githubusercontent.com/IlanCosman/tide-resources/main/animations/configuration_wizard.gif [configuration_wizard]: resources/animations/configuration_wizard.gif
[contributing guide]: CONTRIBUTING.md [contributing guide]: CONTRIBUTING.md
[fish_version_badge]: https://img.shields.io/badge/fish-3.1.0%2B-blue [fish_version_badge]: https://img.shields.io/badge/fish-3.1.0%2B-blue
[fish]: https://fishshell.com/ [fish]: https://fishshell.com/
[git]: https://git-scm.com/ [git]: https://git-scm.com/
[license_badge]: https://img.shields.io/github/license/IlanCosman/tide [license_badge]: https://img.shields.io/github/license/IlanCosman/tide
[license]: LICENSE.md [license]: LICENSE.md
[meslolgs nf bold italic.ttf]: https://raw.githubusercontent.com/IlanCosman/tide-resources/main/fonts/mesloLGS_NF_bold_italic.ttf [meslolgs nf bold italic.ttf]: resources/fonts/mesloLGS_NF_bold_italic.ttf
[meslolgs nf bold.ttf]: https://raw.githubusercontent.com/IlanCosman/tide-resources/main/fonts/mesloLGS_NF_bold.ttf [meslolgs nf bold.ttf]: resources/fonts/mesloLGS_NF_bold.ttf
[meslolgs nf italic.ttf]: https://raw.githubusercontent.com/IlanCosman/tide-resources/main/fonts/mesloLGS_NF_italic.ttf [meslolgs nf italic.ttf]: resources/fonts/mesloLGS_NF_italic.ttf
[meslolgs nf regular.ttf]: https://raw.githubusercontent.com/IlanCosman/tide-resources/main/fonts/mesloLGS_NF_regular.ttf [meslolgs nf regular.ttf]: resources/fonts/mesloLGS_NF_regular.ttf
[nerd fonts]: https://github.com/ryanoasis/nerd-fonts [nerd fonts]: https://github.com/ryanoasis/nerd-fonts
[powerlevel10k]: https://github.com/romkatv/powerlevel10k/ [powerlevel10k]: https://github.com/romkatv/powerlevel10k/
[pure]: https://github.com/rafaelrinaldi/pure [pure]: https://github.com/rafaelrinaldi/pure

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

View File

@ -0,0 +1,13 @@
Copyright 2009, 2010, 2013 André Berg
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
resources/images/header.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB