mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-08 14:21:05 +00:00
docs: Add new demo gif to README (#231)
Since the prompt has been updated to have a new default character symbol, it's time we update the demo gif to reflect those changes.
This commit is contained in:
parent
b70f6f1ad3
commit
e31b3391f1
@ -40,11 +40,16 @@
|
||||
|
||||
<h1></h1>
|
||||
|
||||
<p align="center">
|
||||
Starship is the minimal, blazing fast, and extremely customizable prompt for any shell!<br>
|
||||
The prompt shows information you need while you're working, while staying sleek and out of the way.
|
||||
<p>
|
||||
|
||||
<p align="center">
|
||||
<img alt="Starship with Hyper and One Dark" src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif">
|
||||
<br>
|
||||
<img alt="Starship with iTerm2 and the Snazzy theme" src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif" width="80%">
|
||||
<br>
|
||||
<br>
|
||||
</p>
|
||||
|
||||
## 🍬 Features
|
||||
|
BIN
docs/.vuepress/public/demo.mp4
Normal file
BIN
docs/.vuepress/public/demo.mp4
Normal file
Binary file not shown.
BIN
docs/.vuepress/public/demo.webm
Normal file
BIN
docs/.vuepress/public/demo.webm
Normal file
Binary file not shown.
@ -8,8 +8,15 @@ $codeBgColor = #282c34
|
||||
min-width: 300px
|
||||
width: 100%
|
||||
|
||||
.center
|
||||
margin 0 auto;
|
||||
width: 80%
|
||||
.demo-video
|
||||
width: 100%
|
||||
margin: 50px 0
|
||||
|
||||
#main-title
|
||||
display: none
|
||||
|
||||
.hero
|
||||
margin: 150px 25px
|
||||
margin: 150px 25px 70px
|
||||
|
@ -21,6 +21,13 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="center">
|
||||
<video class="demo-video" autoplay muted loop>
|
||||
<source src="/demo.webm" type="video/webm">
|
||||
<source src="/demo.mp4" type="video/mp4">
|
||||
</video>
|
||||
</div>
|
||||
|
||||
### Quick Install
|
||||
|
||||
1. Install the **starship** binary:
|
||||
|
BIN
media/demo.gif
BIN
media/demo.gif
Binary file not shown.
Before Width: | Height: | Size: 5.2 MiB After Width: | Height: | Size: 2.4 MiB |
Loading…
Reference in New Issue
Block a user