summaryrefslogtreecommitdiffstats
path: root/docs/vi-VN/presets
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-12-05 15:54:12 +0900
committerGitHub <noreply@github.com>2022-12-05 15:54:12 +0900
commit70c05d49bd5d7767672be77f0c8e932897198d50 (patch)
treea930a02f39ab7d5a0b3c0eea77d2da6f0d9375af /docs/vi-VN/presets
parent37b13ca2608444c39e5258c6a153b319620e8403 (diff)
docs(i18n): new Crowdin updates (#4487)
Diffstat (limited to 'docs/vi-VN/presets')
-rw-r--r--docs/vi-VN/presets/README.md20
-rw-r--r--docs/vi-VN/presets/no-empty-icons.md17
-rw-r--r--docs/vi-VN/presets/no-nerd-font.md19
-rw-r--r--docs/vi-VN/presets/tokyo-night.md21
4 files changed, 77 insertions, 0 deletions
diff --git a/docs/vi-VN/presets/README.md b/docs/vi-VN/presets/README.md
index 7b37c28b7..8f8267580 100644
--- a/docs/vi-VN/presets/README.md
+++ b/docs/vi-VN/presets/README.md
@@ -10,6 +10,14 @@ This preset changes the symbols for each module to use Nerd Font symbols.
[![Bản chụp màn hình của Nerd Font Symbols preset](/presets/img/nerd-font-symbols.png "Click to view Nerd Font Symbols preset")](./nerd-font)
+## [No Nerd Fonts](./no-nerd-font.md)
+
+This preset changes the symbols for several modules so that no Nerd Font symbols are used anywhere in the prompt.
+
+::: tip This preset will become the default preset [in a future release of starship](https://github.com/starship/starship/pull/3544). :::
+
+[Click to view No Nerd Font preset](./no-nerd-font)
+
## [Bracketed Segments](./bracketed-segments.md)
This preset changes the format of all the built-in modules to show their segment in brackets instead of using the default Starship wording ("via", "on", etc.).
@@ -28,6 +36,12 @@ This preset hides the version of language runtimes. If you work in containers or
[![Screenshot of Hide Runtime Versions preset](/presets/img/no-runtime-versions.png "Click to view No Runtime Versions preset")](./no-runtimes)
+## [No Empty Icons](./no-empty-icons.md)
+
+This preset does not show icons if the toolset is not found.
+
+[![Screenshot of No Empty Icons preset](/presets/img/no-empty-icons.png "Click to view No Runtime Versions preset")](./no-empty-icons.md)
+
## [Pure Prompt](./pure-preset.md)
This preset emulates the look and behavior of [Pure](https://github.com/sindresorhus/pure).
@@ -39,3 +53,9 @@ This preset emulates the look and behavior of [Pure](https://github.com/sindreso
This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/M365Princess.omp.json). It also shows how path substitution works in starship.
[![Screenshot of Pastel Powerline preset](/presets/img/pastel-powerline.png "Click to view Pure Prompt preset")](./pastel-powerline)
+
+## [Tokyo Night](./tokyo-night.md)
+
+This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme).
+
+[![Screenshot of Tokyo Night preset](/presets/img/tokyo-night.png "Click to view Tokyo Night preset")](./tokyo-night)
diff --git a/docs/vi-VN/presets/no-empty-icons.md b/docs/vi-VN/presets/no-empty-icons.md
new file mode 100644
index 000000000..86bcab854
--- /dev/null
+++ b/docs/vi-VN/presets/no-empty-icons.md
@@ -0,0 +1,17 @@
+[Return to Presets](./README.md#no-empty-icons)
+
+# No Empty Icons Preset
+
+If toolset files are identified the toolset icon is displayed. If the toolset is not found to determine its version number, it is not displayed. This preset changes the behavior to display the icon only if the toolset information can be determined.
+
+![Screenshot of No Empty Icons preset](/presets/img/no-empty-icons.png)
+
+### Cấu hình
+
+```sh
+starship preset no-empty-icons > ~/.config/starship.toml
+```
+
+[Click to download TOML](/presets/toml/no-empty-icons.toml)
+
+<<< @/.vuepress/public/presets/toml/no-empty-icons.toml
diff --git a/docs/vi-VN/presets/no-nerd-font.md b/docs/vi-VN/presets/no-nerd-font.md
new file mode 100644
index 000000000..d439af0a1
--- /dev/null
+++ b/docs/vi-VN/presets/no-nerd-font.md
@@ -0,0 +1,19 @@
+[Return to Presets](./README.md#no-nerd-fonts)
+
+# No Nerd Fonts Preset
+
+This preset restricts the use of symbols to those from emoji and powerline sets.
+
+This means that even without a Nerd Font installed, you should be able to view all module symbols.
+
+This preset will become the default preset in a future release of starship.
+
+### Cấu hình
+
+```sh
+starship preset no-nerd-font > ~/.config/starship.toml
+```
+
+[Click to download TOML](/presets/toml/no-nerd-font.toml)
+
+<<< @/.vuepress/public/presets/toml/no-nerd-font.toml
diff --git a/docs/vi-VN/presets/tokyo-night.md b/docs/vi-VN/presets/tokyo-night.md
new file mode 100644
index 000000000..c608f2efe
--- /dev/null
+++ b/docs/vi-VN/presets/tokyo-night.md
@@ -0,0 +1,21 @@
+[Return to Presets](./README.md#pastel-powerline)
+
+# Tokyo Night Preset
+
+This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme).
+
+![Screenshot of Tokyo Night preset](/presets/img/tokyo-night.png)
+
+### Yêu cầu
+
+- A [Nerd Font](https://www.nerdfonts.com/) installed and enabled in your terminal
+
+### Cấu hình
+
+```sh
+starship preset tokyo-night > ~/.config/starship.toml
+```
+
+[Click to download TOML](/presets/toml/tokyo-night.toml)
+
+<<< @/.vuepress/public/presets/toml/tokyo-night.toml