This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"$schema" = 'https://starship.rs/config-schema.json' | |
# ------------------------------------------------- | |
# "owo" preset, original by remi-guan (https://github.com/remi-guan) | |
# -> modified: 2 line prompt, added a few more modules + icons, ... | |
# ------------------------------------------------- | |
# - Source: https://github.com/remi-guan/starship/blob/6bbff1f0d67fa36fe29da756e49530dddc3863d7/docs/public/presets/toml/owo.toml | |
# - Tested / recommended Font: 'MesloLGS NF Regular' from [Meslo Nerd Font patched for Powerlevel10k](https://github.com/romkatv/powerlevel10k?tab=readme-ov-file#manual-font-installation) | |
# - added but disabled modules: battery, time |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get editor completions based on the config schema | |
"$schema" = 'https://starship.rs/config-schema.json' | |
# ### ------------ | |
# ### "Power10 bg" | |
# ### ------------ | |
# ### Variant 2 with background: two line prompt, with background in top line, separators on left side | |
# - This preset is inspired by a [powerlevel10k](https://github.com/romkatv/powerlevel10k) configuration variant. | |
# | |
# - Recommended / tested with Font 'MesloLGS NF Regular' from: Meslo Nerd Font patched for Powerlevel10k |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get editor completions based on the config schema | |
"$schema" = 'https://starship.rs/config-schema.json' | |
# ### --------- | |
# ### "Power10" | |
# ### --------- | |
# - Variant 2: two line prompt, no background in top line, separators on left side, filling solid line in top row | |
# - This preset is inspired by a [powerlevel10k](https://github.com/romkatv/powerlevel10k) configuration variant. | |
# | |
# - Recommended / tested with Font 'MesloLGS NF Regular' from: Meslo Nerd Font patched for Powerlevel10k |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get editor completions based on the config schema | |
"$schema" = 'https://starship.rs/config-schema.json' | |
# ~/.config/starship.toml | |
# Customizing the prompt (including desired modules at desired position and sequence): | |
# *** Borrowed from a design seen in a zsh (should be from https://github.com/romkatv/powerlevel10k) | |
format = """ | |
[╭╴](fg:#505050)[$os]($style)[ ](fg:#505050 bold)[$username$hostname$sudo$directory\ | |
$git_branch$git_commit$git_state$git_metrics$git_status\ |