3,169 views
Download using the GitHub .zip download option and unzip them.
Copy the starship.toml from the unzipped download to ~/.config/starship.toml
If you're a Nix Home Manager user add the following to your home-manager config .nix
This setup was tested using zsh, change line 3 below if you're using a shell other than zsh.
{
programs.starship = {
enable = true;
enableZshIntegration = true;
settings = {
aws.style = "bold #ffb86c";
cmd_duration.style = "bold #f1fa8c";
directory.style = "bold #50fa7b";
hostname.style = "bold #ff5555";
git_branch.style = "bold #ff79c6";
git_status.style = "bold #ff5555";
username = {
format = "[$user]($style) on ";
style_user = "bold #bd93f9";
};
character = {
success_symbol = "[λ](bold #f8f8f2)";
error_symbol = "[λ](bold #ff5555)";
};
};
};
}
Get updates about this theme and more. 7,399 people enjoy it.
This theme wouldn't exist without these people. Wanna help too? Check the repository on GitHub.
Made with ♥ by Zeno Rocha
under MIT license