From 697e37c54a2c11d6557c8521544433556a36cdc3 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Fri, 1 Sep 2023 22:30:05 +0100 Subject: [PATCH] New translations jetpack.md (Vietnamese) --- docs/vi-VN/presets/jetpack.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/vi-VN/presets/jetpack.md diff --git a/docs/vi-VN/presets/jetpack.md b/docs/vi-VN/presets/jetpack.md new file mode 100644 index 00000000..4b83fa3d --- /dev/null +++ b/docs/vi-VN/presets/jetpack.md @@ -0,0 +1,24 @@ +[Return to Presets](./README.md#jetpack) + +# Jetpack Preset + +This is a pseudo minimalist preset inspired by the [geometry](https://github.com/geometry-zsh/geometry) and [spaceship](https://github.com/spaceship-prompt/spaceship-prompt) prompts. + +> Jetpack uses the terminal's color theme. + +![Screenshot of Jetpack preset](/presets/img/jetpack.png) + +### Prerequisite + +- Requires a shell with [`right-prompt`](https://starship.rs/advanced-config/#enable-right-prompt) support. +- [Jetbrains Mono](https://www.jetbrains.com/lp/mono/) is recommended. + +### Cấu hình + +```sh +starship preset jetpack -o ~/.config/starship.toml +``` + +[Click to download TOML](/presets/toml/jetpack.toml) + +<<< @/.vuepress/public/presets/toml/jetpack.toml