Skip to content

Instantly share code, notes, and snippets.

@AshminJayson
Last active October 3, 2023 09:21
Show Gist options
  • Save AshminJayson/7664f8e3f9f18429dffd7d0e54a0c406 to your computer and use it in GitHub Desktop.
Save AshminJayson/7664f8e3f9f18429dffd7d0e54a0c406 to your computer and use it in GitHub Desktop.
Starship config
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
add_newline = false
continuation_prompt = "-> "
# Disable the package module, hiding it from the prompt completely
[package]
disabled = false
[git_branch]
symbol = "๐Ÿ”› "
[character]
success_symbol = "[>](bold blue) "
error_symbol = "[โŒ](bold red) "
[aws]
disabled = true
[cmd_duration]
disabled = false
[directory]
use_os_path_sep = true
truncation_length = 10
[hostname]
disabled = false
[nodejs]
symbol = "๐Ÿฅ—"
[battery]
full_symbol = "๐Ÿ”‹ "
charging_symbol = "โšก๏ธ "
discharging_symbol = "โฌ "
disabled = false
[git_status]
conflicted = "๐Ÿšฉ"
ahead = "๐Ÿ’จ"
behind = "๐Ÿ˜ฐ"
diverged = "๐Ÿ˜ต"
untracked = "๐Ÿ›ค๏ธ"
stashed = "๐Ÿ“ฆ"
modified = "๐Ÿ“"
staged = '[++\($count\)](green)'
renamed = "๐Ÿ‘…"
deleted = "๐Ÿšฎ"
[shell]
fish_indicator = "๐Ÿฆˆ"
bash_indicator = "๐ŸŒž"
powershell_indicator = "๐Ÿ’ช"
disabled = true
[memory_usage]
disabled = true
threshold = -1
symbol = ' '
style = 'bold dimmed green'
[time]
disabled = false
format = '๐Ÿ•™[\[ $time \]]($style) '
time_format = '%T'
utc_time_offset = '-5'
time_range = '10:00:00-14:00:00'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment