Style Starship

This commit is contained in:
Isshi0417 2024-07-03 22:07:03 +09:00
parent 0b448b64dd
commit 854e475083

View File

@ -28,5 +28,22 @@
# Configure starship # Configure starship
programs.starship = { programs.starship = {
enable = true; enable = true;
enableZshIntegration = true;
settings = {
aws.style = "bold #D22B2B";
cmd_duration.style = "bold #98C379";
directory.style = "bold #D199A66";
hostname.style = "bold #61AFEF";
git_branch.style = "bold #C678DD";
git_status.style = "bold #61AFEF";
username = {
format = "[$user]($styule) on ";
style_user = "bold #56B6C2";
};
character = {
success_symbol = "[λ](bold #ABB2BF)";
error_symbol = "[λ](bold #D22B2B)";
};
};
}; };
} }