mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
A bit more style tweaking
This commit is contained in:
@@ -25,16 +25,11 @@
|
||||
.VPHero .main
|
||||
margin: 0 auto
|
||||
|
||||
.center
|
||||
margin 0 auto
|
||||
width: 80%
|
||||
.demo-video
|
||||
width: 100%
|
||||
margin: 50px 0
|
||||
border-radius: 6px
|
||||
|
||||
.hero
|
||||
margin: 150px 25px 70px
|
||||
.demo-video
|
||||
max-width: 700px // The width of the video
|
||||
width: 100%
|
||||
margin: 50px auto
|
||||
border-radius: 6px
|
||||
|
||||
.action-button
|
||||
background-color: #dd0b78 !important
|
||||
|
||||
+6
-6
@@ -22,12 +22,10 @@ metaTitle: "Starship: Cross-Shell Prompt"
|
||||
description: Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, Tcsh, Elvish, Nu, Xonsh, Cmd, and PowerShell.
|
||||
---
|
||||
|
||||
<div class="center">
|
||||
<video class="demo-video" muted autoplay loop playsinline>
|
||||
<source src="/demo.webm" type="video/webm">
|
||||
<source src="/demo.mp4" type="video/mp4">
|
||||
</video>
|
||||
</div>
|
||||
<video class="demo-video" muted autoplay loop playsinline>
|
||||
<source src="/demo.webm" type="video/webm">
|
||||
<source src="/demo.mp4" type="video/mp4">
|
||||
</video>
|
||||
|
||||
### Prerequisites
|
||||
|
||||
@@ -54,6 +52,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
|
||||
```sh
|
||||
brew install starship
|
||||
```
|
||||
|
||||
With [Winget](https://github.com/microsoft/winget-cli):
|
||||
|
||||
```powershell
|
||||
@@ -146,6 +145,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
|
||||
:::
|
||||
|
||||
Add the following to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell):
|
||||
|
||||
```sh
|
||||
mkdir ~/.cache/starship
|
||||
starship init nu | save -f ~/.cache/starship/init.nu
|
||||
|
||||
Reference in New Issue
Block a user