migration
This commit is contained in:
1
X11/starship/README.md
Normal file
1
X11/starship/README.md
Normal file
@@ -0,0 +1 @@
|
||||
~/.config/starship.toml
|
||||
58
X11/starship/starship.toml
Executable file
58
X11/starship/starship.toml
Executable file
@@ -0,0 +1,58 @@
|
||||
add_newline = false
|
||||
|
||||
[character]
|
||||
# Prompt format
|
||||
vicmd_symbol = "[V](bold green) "
|
||||
format = """
|
||||
[┌──────────────────────────────────────────────](fg:#CC59B0)
|
||||
[└─>](fg:#CC59B0) """
|
||||
|
||||
[username]
|
||||
style_user = "fg:#CC99CC"
|
||||
style_root = "white"
|
||||
format = " [$user]($style)[@](bold yellow)"
|
||||
disabled = false
|
||||
show_always = true
|
||||
|
||||
[hostname]
|
||||
ssh_only = false
|
||||
format = "[$hostname](bold fg:#CC59B0): "
|
||||
disabled = false
|
||||
|
||||
[directory]
|
||||
read_only = "🔒"
|
||||
read_only_style= "bold white"
|
||||
style = "fg:#E5C38F"
|
||||
|
||||
[docker_context]
|
||||
format = "via [🐋 $context](blue bold)"
|
||||
|
||||
[cmd_duration]
|
||||
disabled = true
|
||||
|
||||
[aws]
|
||||
format = "on [$symbol$profile]($style) "
|
||||
style = "bold cyan"
|
||||
symbol = "🅰 "
|
||||
|
||||
[aws.region_aliases]
|
||||
us-east-1 = "est-1"
|
||||
|
||||
# Git
|
||||
[git_branch]
|
||||
style = "fg:white bg:black"
|
||||
|
||||
[git_status]
|
||||
style = "fg:#E29191"
|
||||
|
||||
# Language Environments
|
||||
[package]
|
||||
style = "bold fg:#5E5E5E"
|
||||
|
||||
[python]
|
||||
style = "bold fg:#5E5E5E"
|
||||
symbol = "[](bold yellow) "
|
||||
|
||||
[nodejs]
|
||||
style = "bold fg:#5E5E5E"
|
||||
symbol = "[⬢](bold green) "
|
||||
Reference in New Issue
Block a user