mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-17 18:45:12 +00:00
New translations readme.md (Norwegian)
This commit is contained in:
parent
e2fb15f0fc
commit
d944641f92
@ -147,13 +147,11 @@
|
||||
/></a>
|
||||
</p>
|
||||
|
||||
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine)
|
||||
|
||||
<h1></h1>
|
||||
|
||||
<img
|
||||
src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif"
|
||||
alt="Starship med iTerm2 og Snazzy tema"
|
||||
alt="Starship with iTerm2 and the Snazzy theme"
|
||||
width="50%"
|
||||
align="right"
|
||||
/>
|
||||
@ -168,7 +166,7 @@
|
||||
- **Lett:** raskt å installere - start å bruke det på minutter.
|
||||
|
||||
<p align="center">
|
||||
<a href="https://starship.rs/config/"><strong>Utforsk Starship dokumentasjon ▶</strong></a>
|
||||
<a href="https://starship.rs/config/"><strong>Explore the Starship docs ▶</strong></a>
|
||||
</p>
|
||||
|
||||
<a name="🚀-installation"></a>
|
||||
@ -181,12 +179,12 @@
|
||||
|
||||
### Steg 1. Installer Starship
|
||||
|
||||
Velg operativsystemet ditt fra listen nedenfor for å se installasjonsinstrukser:
|
||||
Select your operating system from the list below to view installation instructions:
|
||||
|
||||
<details>
|
||||
<summary>Android</summary>
|
||||
|
||||
Installer Starship ved å bruke en av følgende installasjonsprogrammene:
|
||||
Install Starship using any of the following package managers:
|
||||
|
||||
| Repository | Instruksjoner |
|
||||
| --------------------------------------------------------------------------------- | ---------------------- |
|
||||
@ -197,7 +195,7 @@ Installer Starship ved å bruke en av følgende installasjonsprogrammene:
|
||||
<details>
|
||||
<summary>BSD</summary>
|
||||
|
||||
Installer Starship ved å bruke en av følgende installasjonsprogrammene:
|
||||
Install Starship using any of the following package managers:
|
||||
|
||||
| Distribusjonen | Repository | Instruksjoner |
|
||||
| -------------- | -------------------------------------------------------- | --------------------------------- |
|
||||
@ -258,7 +256,7 @@ Alternatively, install Starship using any of the following package managers:
|
||||
|
||||
Install the latest version for your system with the MSI-installers from the [releases section](https://github.com/starship/starship/releases/latest).
|
||||
|
||||
Installer Starship ved å bruke en av følgende installasjonsprogrammene:
|
||||
Install Starship using any of the following package managers:
|
||||
|
||||
| Repository | Instruksjoner |
|
||||
| -------------------------------------------------------------------------------------------- | --------------------------------------- |
|
||||
@ -272,7 +270,7 @@ Installer Starship ved å bruke en av følgende installasjonsprogrammene:
|
||||
|
||||
### Steg 2. Set up your shell to use Starship
|
||||
|
||||
Konfigurer skallet ditt til å initialisere starship. Velg din fra listen nedenfor:
|
||||
Configure your shell to initialize starship. Select yours from the list below:
|
||||
|
||||
<details>
|
||||
<summary>Bash</summary>
|
||||
@ -288,7 +286,7 @@ eval "$(starship init bash)"
|
||||
<details>
|
||||
<summary>Cmd</summary>
|
||||
|
||||
Du må bruke [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) med Cmd. Lag en fil på følgende lokasjonen `%LocalAppData%\clink\starship.lua` med dette innholdet:
|
||||
Du må bruke [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) med Cmd. Create a file at this path `%LocalAppData%\clink\starship.lua` with the following contents:
|
||||
|
||||
```lua
|
||||
load(io.popen('starship init cmd'):read("*a"))()
|
||||
@ -305,7 +303,7 @@ Legg til følgende i slutten av `~/.elvish/rc.elv`:
|
||||
eval (starship init elvish)
|
||||
```
|
||||
|
||||
Merk: Bare Alvisk v0.18+ støttes
|
||||
Note: Only Elvish v0.18+ is supported
|
||||
|
||||
</details>
|
||||
|
||||
@ -334,7 +332,7 @@ eval $(starship init ion)
|
||||
<details>
|
||||
<summary>Nushell</summary>
|
||||
|
||||
Legg til følgende i slutten av Nushell env filen (finn den ved å kjøre `$nu.env-path` i Nushell):
|
||||
Add the following to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell):
|
||||
|
||||
```sh
|
||||
mkdir ~/.cache/starship
|
||||
@ -347,14 +345,14 @@ Og legg følgende til slutten av Nushell konfigurasjonen (finn det ved å kjøre
|
||||
use ~/.cache/starship/init.nu
|
||||
```
|
||||
|
||||
Merk: Bare Nushell v0.78+ støttes
|
||||
Note: Only Nushell v0.78+ is supported
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>PowerShell</summary>
|
||||
|
||||
Legg til følgende i slutten av PowerShell-konfigurasjonen (finn den ved å kjøre `$PROFILE`):
|
||||
Add the following to the end of your PowerShell configuration (find it by running `$PROFILE`):
|
||||
|
||||
```powershell
|
||||
Invoke-Expression (&starship init powershell)
|
||||
|
Loading…
Reference in New Issue
Block a user