docs/it-IT/guide/README.md
<a href="https://discord.gg/starship" ></a> <a href="https://twitter.com/StarshipPrompt" ></a> <a href="https://stand-with-ukraine.pp.ua" ></a>
</p> <p align="center"> <a href="https://starship.rs/it-IT/">Sito web</a> Β· <a href="#π-Installazione">Installazione</a> Β· <a href="https://starship.rs/it-IT/config/">Configurazione</a> </p> <p align="center"> <a href="https://github.com/starship/starship/blob/master/README.md" ></a> <a href="https://github.com/starship/starship/blob/master/docs/de-DE/guide/README.md" ></a> <a href="https://github.com/starship/starship/blob/master/docs/es-ES/guide/README.md" ></a> <a href="https://github.com/starship/starship/blob/master/docs/fr-FR/guide/README.md" ></a> <a href="https://github.com/starship/starship/blob/master/docs/id-ID/guide/README.md" ></a> <a href="https://github.com/starship/starship/blob/master/docs/it-IT/guide/README.md" ></a> <a href="https://github.com/starship/starship/blob/master/docs/ja-JP/guide/README.md" ></a> <a href="https://github.com/starship/starship/blob/master/docs/pt-BR/guide/README.md" ></a> <a href="https://github.com/starship/starship/blob/master/docs/ru-RU/guide/README.md" ></a> <a href="https://github.com/starship/starship/blob/master/docs/uk-UA/guide/README.md" ></a> <a href="https://github.com/starship/starship/blob/master/docs/vi-VN/guide/README.md" ></a> <a href="https://github.com/starship/starship/blob/master/docs/zh-CN/guide/README.md" ></a> <a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md" ></a> </p> <h1></h1>Il prompt minimalista, super veloce e infinitamente personalizzabile per qualsiasi shell!
<a name="π-installation"></a>
Selezionare il sistema operativo dall'elenco qui sotto per visualizzare le istruzioni per l'installazione:
<details> <summary>Android</summary>Installa Starship utilizzando uno dei seguenti gestori di pacchetti:
| Repository | Istruzioni |
|---|---|
| Termux | pkg install starship |
Installa Starship utilizzando uno dei seguenti gestori di pacchetti:
| Distribuzioni | Repository | Istruzioni |
|---|---|---|
| Any | crates.io | cargo install starship --locked |
| FreeBSD | FreshPorts | pkg install starship |
| NetBSD | pkgsrc | pkgin installa starship |
Installare l'ultima versione per il vostro sistema:
curl -sS https://starship.rs/install.sh <unk> sh
In alternativa, installare Starship utilizzando uno dei seguenti gestori di pacchetti:
| Distribuzioni | Repository | Istruzioni |
|---|---|---|
| Any | crates.io | cargo install starship --locked |
| Any | forgiatura del conda | conda install -c conda-forge starship |
| Any | Linuxbrew | brew install starship |
| Alpine Linux 3.13+ | Alpine Linux Packages | apk add starship |
| Arch Linux | Arch Linux Extra | pacman -S starship |
| CentOS 7+ | Copr | dnf copr enable atim/starship |
dnf install starship | ||
| Debian 11+ | Debian Main | apt install starship |
| Fedora 40+ | Copr | dnf copr enable atim/starship |
dnf install starship | ||
| Gentoo | Pacchetti Gentoo | emerge app-shells/starship |
| Manjaro | pacman -S starship | |
| NixOS | nixpkgs | nix-env -iA nixpkgs.starship |
| openSUSE | OSS | zypper in starship |
| Ubuntu 25.04+ | Ubuntu Universe | apt install starship |
| Void Linux | Void Linux Packages | xbps-install -S starship |
Installare l'ultima versione per il vostro sistema:
curl -sS https://starship.rs/install.sh <unk> sh
In alternativa, installare Starship utilizzando uno dei seguenti gestori di pacchetti:
| Repository | Istruzioni |
|---|---|
| crates.io | cargo install starship --locked |
| forgiatura del conda | conda install -c conda-forge starship |
| Homebrew | brew install starship |
| MacPorts | port install starship |
Install the latest version for your system with the MSI-installers from the releases section.
Installa Starship utilizzando uno dei seguenti gestori di pacchetti:
| Repository | Istruzioni |
|---|---|
| crates.io | cargo install starship --locked |
| Chocolatey | choco install starship |
| forgiatura del conda | conda install -c conda-forge starship |
| Scoop | scoop install starship |
| winget | winget install --id Starship.Starship |
Configura la shell a inizializzare Starship. Seleziona la tua dalla lista qui sotto:
<details> <summary>Bash</summary>Aggiungi quanto segue alla fine di ~/.bashrc:
eval "$(starship init bash)"
You need to use Clink (v1.2.30+) with Cmd. Create a file at this path %LocalAppData%\clink\starship.lua with the following contents:
load(io.popen('starship init cmd'):read("*a"))()
Add the following to the end of ~/.config/elvish/rc.elv (%AppData%\elvish\rc.elv on Windows):
eval (starship init elvish)
Note: Only Elvish v0.18+ is supported. For elvish versions prior to v0.21.0 the config file might instead be ~/.elvish/rc.elv
Aggiungi quanto segue alla fine di ~/.config/fish/config.fish:
starship init fish | source
Aggiungi quanto segue alla fine di ~/.config/ion/initrc:
eval $(starship init ion)
Add the following to the end of your Nushell configuration (find it by running $nu.config-path in Nushell):
mkdir ($nu.data-dir | path join "vendor/autoload")
starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu")
Note: Only Nushell v0.96+ is supported
</details> <details> <summary>PowerShell</summary>Add the following to the end of your PowerShell configuration (find it by running $PROFILE):
Invoke-Expression (&starship init powershell)
Aggiungi quanto segue alla fine di ~/.tcshrc:
eval `starship init tcsh`
Aggiungi quanto segue alla fine di ~/.xonshrc:
execx($(starship init xonsh))
Aggiungi quanto segue alla fine di ~/.zshrc:
eval "$(starship init zsh)"
Inizia una nuova istanza del shell, e dovresti vedere il tuo bellissimo nuovo shell prompt. Se sei soddisfatto dei valori predefiniti, ottimo!
Se stai cercando di personalizzare ulteriormente Starship:
Configurazione β impara come configurare Starship per modificare il tuo prompt a tuo piacimento
Preset β ispirati dalla configurazione precostituita da altri
Siamo sempre alla ricerca di collaboratori di tutti i livelli! If you're looking to ease your way into the project, try out a good first issue.
Se parli correntemente una lingua diversa dall'inglese, apprezziamo molto qualsiasi aiuto per mantenere i nostri documenti tradotti e aggiornati in altre lingue. Se desideri collaborare, le traduzioni possono essere fornite su Starship Crowdin.
Se sei interessato ad aiutare a contribuire a Starship, dai un'occhiata alla nostra Guida al Contributo. Inoltre, sentiti libero di entrare nel nostro server Discord e dire ciao. π
Ti invito di controllare questi lavori precedenti che hanno contribuito a ispirare la creazione di Starship. π
denysdovhan/spaceship-prompt β Un prompt ZSH per astronauti.
denysdovhan/robbyrussell-node β Multi-shell a tema robbyrussell scritto in JavaScript.
reujab/silver β Un prompt multi-shell personalizzabile come powerline con icone.
Support this project by becoming a sponsor. Your name or logo will show up here with a link to your website.
Free code signing provided by SignPath.io, certificate by SignPath Foundation.
Code Signing Roles:
This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.
<p align="center"> </p>Copyright Β© 2019-presente, Starship Contributors. Questo progetto Γ¨ sotto licenza ISC.