diff --git a/README.md b/README.md index 0259dc9..ac53563 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ That’s it! we have successfully created a symlink for `.gitconfig` ,and a syml ### tmux `stow --dotfiles -vSt ~ tmux` +### starship +`stow --dotfiles -vSt ~/.config starship` + ## About me diff --git a/starship/starship.toml b/starship/starship.toml new file mode 100644 index 0000000..c65c34f --- /dev/null +++ b/starship/starship.toml @@ -0,0 +1,41 @@ +[battery] +disabled = true + +[[battery.display]] # "bold red" style and discharging_symbol when capacity is between 0% and 10% +threshold = 20 +style = "bold red" +discharging_symbol = " " + +[[battery.display]] # "bold yellow" style and 💦 symbol when capacity is between 10% and 30% +threshold = 30 +style = "bold yellow" + +[directory] +fish_style_pwd_dir_length = 1 +truncation_symbol = "…/" + +[hostname] +ssh_only = true +format = "on [$hostname](bold red) " +disabled = false + +[shell] +fish_indicator = "" +powershell_indicator = "_" +unknown_indicator = "mystery shell" +style = "cyan bold" +disabled = false + +[status] +disabled = false + +[time] +style = "gray bold" +disabled = true + +[username] +style_user = "white bold" +style_root = "red bold" +disabled = false +show_always = true +