summaryrefslogtreecommitdiffstats
path: root/docs/vi-VN/presets
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-08-14 15:31:27 -0400
committerGitHub <noreply@github.com>2022-08-14 15:31:27 -0400
commit47f22c82c498518c1fbfb6e75f1ff0424699f785 (patch)
tree9e552877c9c17edcf93dcd2ce7accefa2010cdaa /docs/vi-VN/presets
parent37f350a476d74683c0950dbf809bb2d007595577 (diff)
docs(i18n): new Crowdin updates (#4124)
Diffstat (limited to 'docs/vi-VN/presets')
-rw-r--r--docs/vi-VN/presets/bracketed-segments.md4
-rw-r--r--docs/vi-VN/presets/nerd-font.md4
-rw-r--r--docs/vi-VN/presets/no-runtimes.md4
-rw-r--r--docs/vi-VN/presets/pastel-powerline.md4
-rw-r--r--docs/vi-VN/presets/plain-text.md4
-rw-r--r--docs/vi-VN/presets/pure-preset.md4
6 files changed, 24 insertions, 0 deletions
diff --git a/docs/vi-VN/presets/bracketed-segments.md b/docs/vi-VN/presets/bracketed-segments.md
index 6f5ab8a6d..36d3ef2c8 100644
--- a/docs/vi-VN/presets/bracketed-segments.md
+++ b/docs/vi-VN/presets/bracketed-segments.md
@@ -8,6 +8,10 @@ This preset changes the format of all the built-in modules to show their segment
### Cấu hình
+```sh
+starship preset bracketed-segments > ~/.config/starship.toml
+```
+
[Click to download TOML](/presets/toml/bracketed-segments.toml)
<<< @/.vuepress/public/presets/toml/bracketed-segments.toml
diff --git a/docs/vi-VN/presets/nerd-font.md b/docs/vi-VN/presets/nerd-font.md
index f333b1ba0..f2299291e 100644
--- a/docs/vi-VN/presets/nerd-font.md
+++ b/docs/vi-VN/presets/nerd-font.md
@@ -12,6 +12,10 @@ This preset changes the symbols for each module to use Nerd Font symbols.
### Cấu hình
+```sh
+starship preset nerd-font-symbols > ~/.config/starship.toml
+```
+
[Click to download TOML](/presets/toml/nerd-font-symbols.toml)
<<< @/.vuepress/public/presets/toml/nerd-font-symbols.toml
diff --git a/docs/vi-VN/presets/no-runtimes.md b/docs/vi-VN/presets/no-runtimes.md
index 351bed7c1..6d4cc904f 100644
--- a/docs/vi-VN/presets/no-runtimes.md
+++ b/docs/vi-VN/presets/no-runtimes.md
@@ -8,6 +8,10 @@ This preset hides the version of language runtimes. If you work in containers or
### Cấu hình
+```sh
+starship preset no-runtime-versions > ~/.config/starship.toml
+```
+
[Click to download TOML](/presets/toml/no-runtime-versions.toml)
<<< @/.vuepress/public/presets/toml/no-runtime-versions.toml
diff --git a/docs/vi-VN/presets/pastel-powerline.md b/docs/vi-VN/presets/pastel-powerline.md
index c8570b4de..c98b10a23 100644
--- a/docs/vi-VN/presets/pastel-powerline.md
+++ b/docs/vi-VN/presets/pastel-powerline.md
@@ -12,6 +12,10 @@ This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-m
### Cấu hình
+```sh
+starship preset pastel-powerline > ~/.config/starship.toml
+```
+
[Click to download TOML](/presets/toml/pastel-powerline.toml)
<<< @/.vuepress/public/presets/toml/pastel-powerline.toml
diff --git a/docs/vi-VN/presets/plain-text.md b/docs/vi-VN/presets/plain-text.md
index 0ed3d690b..3798b0637 100644
--- a/docs/vi-VN/presets/plain-text.md
+++ b/docs/vi-VN/presets/plain-text.md
@@ -8,6 +8,10 @@ This preset changes the symbols for each module into plain text. Great if you do
### Cấu hình
+```sh
+starship preset plain-text-symbols > ~/.config/starship.toml
+```
+
[Click to download TOML](/presets/toml/plain-text-symbols.toml)
<<< @/.vuepress/public/presets/toml/plain-text-symbols.toml
diff --git a/docs/vi-VN/presets/pure-preset.md b/docs/vi-VN/presets/pure-preset.md
index 375adea38..f346ec70c 100644
--- a/docs/vi-VN/presets/pure-preset.md
+++ b/docs/vi-VN/presets/pure-preset.md
@@ -8,6 +8,10 @@ This preset emulates the look and behavior of [Pure](https://github.com/sindreso
### Cấu hình
+```sh
+starship preset pure-preset > ~/.config/starship.toml
+```
+
[Click to download TOML](/presets/toml/pure-preset.toml)
<<< @/.vuepress/public/presets/toml/pure-preset.toml