mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-10 15:20:55 +00:00
docs(i18n): new Crowdin updates (#5661)
* New translations readme.md (French) * New translations readme.md (French) * New translations readme.md (French) * New translations readme.md (French) * New translations readme.md (Spanish) * New translations readme.md (Arabic) * New translations readme.md (German) * New translations readme.md (Italian) * New translations readme.md (Japanese) * New translations readme.md (Korean) * New translations readme.md (Dutch) * New translations readme.md (Norwegian) * New translations readme.md (Polish) * New translations readme.md (Portuguese) * New translations readme.md (Russian) * New translations readme.md (Turkish) * New translations readme.md (Ukrainian) * New translations readme.md (Chinese Simplified) * New translations readme.md (Chinese Traditional) * New translations readme.md (Vietnamese) * New translations readme.md (Portuguese, Brazilian) * New translations readme.md (Indonesian) * New translations readme.md (Bengali) * New translations readme.md (Sorani (Kurdish)) * New translations readme.md (Spanish) * New translations readme.md (Spanish)
This commit is contained in:
parent
de4e1fde2f
commit
eef94106b0
@ -120,3 +120,11 @@ If Starship was installed using the install script, the following command will d
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ If Starship was installed using the install script, the following command will d
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ If Starship was installed using the install script, the following command will d
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ Wenn Starship mit Hilfe des Installationsscripts installiert wurde, entfernt der
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ Si Starship fue instalado usando el guión de instalación, el siguiente comando
|
|||||||
# Localiza y elimina el binario de starship
|
# Localiza y elimina el binario de starship
|
||||||
sh -c 'rm "$(comando -v 'starship')"'
|
sh -c 'rm "$(comando -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## ¿Cómo instalo Starship sin `sudo`?
|
||||||
|
|
||||||
|
El script de instalación del shell (`https://starship.rs/install.sh`) solo intenta usar `sudo` si el directorio de instalación no es escribible para el usuario actual. El directorio de instalación por defecto es el valor de la variable de entorno `$BIN_DIR` o `/usr/local/bin` si `$BIN_DIR` no está establecido. Si en su lugar establece el directorio de instalación a uno que tenga permisos de escritura para su usuario, deberías ser capaz de instalar starship sin `sudo`. Por ejemplo, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` usa la opción de línea de comando `b` del script de instalación para establecer el directorio de instalación a `~/.local/bin`.
|
||||||
|
|
||||||
|
Para una instalación no interactiva de Starship, no te olvides de añadir la opción `y` para omitir la confirmación. Consulte la fuente del script de instalación para ver una lista de todas las opciones de instalación soportadas.
|
||||||
|
|
||||||
|
Al usar el gestor de paquetes, vea la documentación de su gestor de paquetes acerca de instalación con o sin `sudo`.
|
||||||
|
@ -205,7 +205,7 @@ Certains shells peuvent gérer une invite de commande à droite, sur la même li
|
|||||||
|
|
||||||
Note: l’invite à droite est une seule ligne, sur la même ligne que l’entrée. Pour aligner à droite les modules au-dessus de la ligne d’entrée d’une invite multiligne, voir le [module `fill`](/config/#fill).
|
Note: l’invite à droite est une seule ligne, sur la même ligne que l’entrée. Pour aligner à droite les modules au-dessus de la ligne d’entrée d’une invite multiligne, voir le [module `fill`](/config/#fill).
|
||||||
|
|
||||||
`right_format` is currently supported for the following shells: elvish, fish, zsh, xonsh, cmd, nushell.
|
`right_format` est actuellement supporté pour les shells suivants : elvish, fish, zsh, xonsh, cmd, nushell.
|
||||||
|
|
||||||
### Exemple
|
### Exemple
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ env STARSHIP_LOG=trace starship timings
|
|||||||
|
|
||||||
Cela affichera le journal de suivi et un détail de tous les modules qui ont soit pris plus d’1ms pour s’exécuter, soit affiché quelque chose.
|
Cela affichera le journal de suivi et un détail de tous les modules qui ont soit pris plus d’1ms pour s’exécuter, soit affiché quelque chose.
|
||||||
|
|
||||||
Finally if you find a bug you can use the `bug-report` command to create a GitHub issue.
|
Enfin, si vous trouvez un bug, vous pouvez utiliser la commande `bug-report` pour créer un ticket sur GitHub.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
starship bug-report
|
starship bug-report
|
||||||
@ -120,3 +120,11 @@ Si Starship a été installé en utilisant le script d'installation, la commande
|
|||||||
# Trouver et supprimer le binaire starship
|
# Trouver et supprimer le binaire starship
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<a href="https://stand-with-ukraine.pp.ua"
|
<a href="https://stand-with-ukraine.pp.ua"
|
||||||
><img
|
><img
|
||||||
src="https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraineFlat.svg"
|
src="https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraineFlat.svg"
|
||||||
alt="Stand With Ukraine"
|
alt="Soutenez l'Ukraine"
|
||||||
/></a>
|
/></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -120,3 +120,11 @@ If Starship was installed using the install script, the following command will d
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ Se Starship è stato installato utilizzando lo script di installazione, il segue
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ Starship をインストールスクリプトを使用してインストール
|
|||||||
# starshipのバイナリを見つけて削除
|
# starshipのバイナリを見つけて削除
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ Starship을 설치 스크립트로 설치하였다면 바이너리 파일 제거
|
|||||||
# starship 바이너리 파일을 찾고 제거합니다.
|
# starship 바이너리 파일을 찾고 제거합니다.
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ If Starship was installed using the install script, the following command will d
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ If Starship was installed using the install script, the following command will d
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ If Starship was installed using the install script, the following command will d
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ Se o Starship foi instalado usando o script de instalação, o comando abaixo ir
|
|||||||
# Localiza e exclui o binário do starship
|
# Localiza e exclui o binário do starship
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ If Starship was installed using the install script, the following command will d
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ If Starship was installed using the install script, the following command will d
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ If Starship was installed using the install script, the following command will d
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ Starship так само легко видалити, як і встановит
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ If Starship was installed using the install script, the following command will d
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ Starship 的卸载过程与安装过程一样简单。
|
|||||||
# 找到并且删除 Starship 二进制文件
|
# 找到并且删除 Starship 二进制文件
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
@ -120,3 +120,11 @@ echo -e "\xee\x82\xa0"
|
|||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
sh -c 'rm "$(command -v 'starship')"'
|
sh -c 'rm "$(command -v 'starship')"'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How do I install Starship without `sudo`?
|
||||||
|
|
||||||
|
The shell install script (`https://starship.rs/install.sh`) only attempts to use `sudo` if the target installation directory is not writable by the current user. The default installation diretory is the value of the `$BIN_DIR` environment variable or `/usr/local/bin` if `$BIN_DIR` is not set. If you instead set the installation directory to one that is writable by your user, you should be able to install starship without `sudo`. For example, `curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin` uses the `-b` command line option of the install script to set the installation directory to `~/.local/bin`.
|
||||||
|
|
||||||
|
For a non-interactive installation of Starship, don't forget to add the `-y` option to skip the confirmation. Check the source of the installation script for a list of all supported installation options.
|
||||||
|
|
||||||
|
When using a package manager, see the documentation for your package manager about installing with or without `sudo`.
|
||||||
|
Loading…
Reference in New Issue
Block a user