migration

This commit is contained in:
kokopi-dev
2025-10-28 16:23:11 +09:00
commit 2f27c335cf
116 changed files with 8221 additions and 0 deletions

58
X11/starship/starship.toml Executable file
View 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) "