add em' confs
This commit is contained in:
Vendored
+103
@@ -0,0 +1,103 @@
|
||||
# Don't print a new line at the start of the prompt
|
||||
add_newline = false
|
||||
# Pipes ╰─ ╭─
|
||||
# Powerline symbols
|
||||
# Wedges 🭧🭒 🭣🭧🭓
|
||||
# Random noise 🬖🬥🬔🬗
|
||||
# Cool stuff
|
||||
|
||||
# format = """
|
||||
# $directory $fill $git_branch $cmd_duration
|
||||
# $character"""
|
||||
format = """
|
||||
$cmd_duration $directory$git_branch
|
||||
$character"""
|
||||
|
||||
[fill]
|
||||
symbol = '-'
|
||||
style = 'fg:#bac2de'
|
||||
|
||||
# Replace the "❯" symbol in the prompt with "➜"
|
||||
[character] # The name of the module we are configuring is "character"
|
||||
success_symbol = "[ ](bold fg:#a6e3a1)"
|
||||
error_symbol = "[ ](bold fg:#f38ba8)"
|
||||
|
||||
# Disable the package module, hiding it from the prompt completely
|
||||
[package]
|
||||
disabled = true
|
||||
|
||||
[git_branch]
|
||||
style = "bg: #f5c2e7"
|
||||
symbol = ""
|
||||
truncation_length = 12
|
||||
truncation_symbol = ""
|
||||
format = " [](bold fg:#cba6f7)[$symbol $branch(:$remote_branch)](fg:#11111b bg:#cba6f7)[ ](bold fg:#cba6f7)"
|
||||
|
||||
[git_commit]
|
||||
commit_hash_length = 4
|
||||
tag_symbol = " "
|
||||
|
||||
[git_state]
|
||||
format = '[\($state( $progress_current of $progress_total)\)]($style) '
|
||||
cherry_pick = "[🍒 PICKING](bold red)"
|
||||
|
||||
[git_status]
|
||||
conflicted = " 🏳 "
|
||||
ahead = " 🏎💨 "
|
||||
behind = " 😰 "
|
||||
diverged = " 😵 "
|
||||
untracked = " 🤷 "
|
||||
stashed = " 📦 "
|
||||
modified = " 📝 "
|
||||
staged = '[++\($count\)](green)'
|
||||
renamed = " ✍️ "
|
||||
deleted = " 🗑 "
|
||||
|
||||
[hostname]
|
||||
ssh_only = false
|
||||
format = "[•$hostname](bg:#f5c2e7 bold fg:#f2cdcd)[](bold fg:#f5c2e7)"
|
||||
trim_at = ".companyname.com"
|
||||
disabled = false
|
||||
|
||||
[line_break]
|
||||
disabled = false
|
||||
|
||||
[memory_usage]
|
||||
disabled = true
|
||||
threshold = -1
|
||||
symbol = " "
|
||||
style = "bold dimmed green"
|
||||
|
||||
[time]
|
||||
disabled = true
|
||||
format = '🕙[\[ $time \]]($style) '
|
||||
time_format = "%T"
|
||||
|
||||
[username]
|
||||
style_user = "bold bg:#f5c2e7 fg:#f2cdcd"
|
||||
style_root = "red bold"
|
||||
format = "[](bold fg:#f2cdcd)[$user]($style)"
|
||||
disabled = false
|
||||
show_always = true
|
||||
|
||||
[directory]
|
||||
home_symbol = " "
|
||||
read_only = " "
|
||||
style = "bg:#f5c2e7 fg:#313244"
|
||||
truncation_length = 2
|
||||
truncation_symbol = ".../"
|
||||
format = '[](bold fg:#f5c2e7)[ → $path]($style)[](bold fg:#f5c2e7)'
|
||||
|
||||
|
||||
[directory.substitutions]
|
||||
"Desktop" = " "
|
||||
"Documents" = " "
|
||||
"Downloads" = " "
|
||||
"Music" = " "
|
||||
"Pictures" = " "
|
||||
"Videos" = " "
|
||||
"GitHub" = " "
|
||||
|
||||
[cmd_duration]
|
||||
min_time = 0
|
||||
format = '[](bold fg:#f2cdcd)[ $duration](bold bg:#f2cdcd fg:#11111b)[](bold fg:#f2cdcd)'
|
||||
Reference in New Issue
Block a user