1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-13 05:42:20 +00:00

New translations readme.md (Norwegian)

This commit is contained in:
Matan Kushner 2023-10-20 09:30:55 +09:00
parent 0303136b81
commit 90cb10e95f

View File

@ -151,7 +151,7 @@
<img <img
src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif" src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif"
alt="Starship with iTerm2 and the Snazzy theme" alt="Starship med iTerm2 og Snazzy tema"
width="50%" width="50%"
align="right" align="right"
/> />
@ -166,7 +166,7 @@
- **Lett:** raskt å installere - start å bruke det på minutter. - **Lett:** raskt å installere - start å bruke det på minutter.
<p align="center"> <p align="center">
<a href="https://starship.rs/config/"><strong>Explore the Starship docs&nbsp;&nbsp;</strong></a> <a href="https://starship.rs/config/"><strong>Utforsk Starship dokumentasjon&nbsp;&nbsp;</strong></a>
</p> </p>
<a name="🚀-installation"></a> <a name="🚀-installation"></a>
@ -179,12 +179,12 @@
### Steg 1. Installer Starship ### Steg 1. Installer Starship
Select your operating system from the list below to view installation instructions: Velg operativsystemet ditt fra listen nedenfor for å se installasjonsinstrukser:
<details> <details>
<summary>Android</summary> <summary>Android</summary>
Install Starship using any of the following package managers: Installer Starship ved å bruke en av følgende installasjonsprogrammene:
| Repository | Instruksjoner | | Repository | Instruksjoner |
| --------------------------------------------------------------------------------- | ---------------------- | | --------------------------------------------------------------------------------- | ---------------------- |
@ -195,7 +195,7 @@ Install Starship using any of the following package managers:
<details> <details>
<summary>BSD</summary> <summary>BSD</summary>
Install Starship using any of the following package managers: Installer Starship ved å bruke en av følgende installasjonsprogrammene:
| Distribusjonen | Repository | Instruksjoner | | Distribusjonen | Repository | Instruksjoner |
| -------------- | -------------------------------------------------------- | --------------------------------- | | -------------- | -------------------------------------------------------- | --------------------------------- |
@ -256,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). Install the latest version for your system with the MSI-installers from the [releases section](https://github.com/starship/starship/releases/latest).
Install Starship using any of the following package managers: Installer Starship ved å bruke en av følgende installasjonsprogrammene:
| Repository | Instruksjoner | | Repository | Instruksjoner |
| -------------------------------------------------------------------------------------------- | --------------------------------------- | | -------------------------------------------------------------------------------------------- | --------------------------------------- |
@ -270,7 +270,7 @@ Install Starship using any of the following package managers:
### Steg 2. Set up your shell to use Starship ### Steg 2. Set up your shell to use Starship
Configure your shell to initialize starship. Select yours from the list below: Konfigurer skallet ditt til å initialisere starship. Velg din fra listen nedenfor:
<details> <details>
<summary>Bash</summary> <summary>Bash</summary>
@ -286,7 +286,7 @@ eval "$(starship init bash)"
<details> <details>
<summary>Cmd</summary> <summary>Cmd</summary>
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: 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:
```lua ```lua
load(io.popen('starship init cmd'):read("*a"))() load(io.popen('starship init cmd'):read("*a"))()
@ -303,7 +303,7 @@ Legg til følgende i slutten av `~/.elvish/rc.elv`:
eval (starship init elvish) eval (starship init elvish)
``` ```
Note: Only Elvish v0.18+ is supported Merk: Bare Alvisk v0.18+ støttes
</details> </details>
@ -332,7 +332,7 @@ eval $(starship init ion)
<details> <details>
<summary>Nushell</summary> <summary>Nushell</summary>
Add the following to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell): Legg til følgende i slutten av Nushell env filen (finn den ved å kjøre `$nu.env-path` i Nushell):
```sh ```sh
mkdir ~/.cache/starship mkdir ~/.cache/starship
@ -345,14 +345,14 @@ Og legg følgende til slutten av Nushell konfigurasjonen (finn det ved å kjøre
use ~/.cache/starship/init.nu use ~/.cache/starship/init.nu
``` ```
Note: Only Nushell v0.78+ is supported Merk: Bare Nushell v0.78+ støttes
</details> </details>
<details> <details>
<summary>PowerShell</summary> <summary>PowerShell</summary>
Add the following to the end of your PowerShell configuration (find it by running `$PROFILE`): Legg til følgende i slutten av PowerShell-konfigurasjonen (finn den ved å kjøre `$PROFILE`):
```powershell ```powershell
Invoke-Expression (&starship init powershell) Invoke-Expression (&starship init powershell)