dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 1c5aaa81f6a32f23b91fe10c15d9cb3eca98868b
parent d113d3a9191dc9562a63d991c8415635d83279c5
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue, 21 Mar 2023 21:37:45 +0100

Starship config

Diffstat:
Mdot.map | 1+
Ashell/starship.toml | 12++++++++++++
2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/dot.map b/dot.map @@ -91,6 +91,7 @@ shell: # - zshenv: ~/.config/zsh/.zshenv # Catalina decided that /etc/zprofile should override a custom zshenv...so gotta stick everything in zshrc. - zshrc: ~/.config/zsh/.zshrc - inputrc: ~/.inputrc +- starship.toml: ~/.config/starship.toml mime.types: ~/.mime.types # Config: Vim diff --git a/shell/starship.toml b/shell/starship.toml @@ -0,0 +1,12 @@ +format = """ +$username\ +$directory\ +$vcsh\ +$fossil_branch\ +$git_branch\ +$git_commit\ +$git_state\ +$git_metrics\ +$git_status\ +$package\ +$character"""