added starship.toml to repo

This commit is contained in:
christy-lumberg 2025-11-04 08:22:13 +00:00
parent 6f0e998f6b
commit 5cf9cf2cfd
2 changed files with 39 additions and 1 deletions

2
setup.sh Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/bin/bash
# setup.sh
ln -sf ~/.config/nvim/.tmux.conf ~/.tmux.conf
ln -sf ~/.config/nvim/starship.toml ~/.config/starship.toml

38
starship.toml Normal file
View File

@ -0,0 +1,38 @@
# Catppuccin Mocha theme to match nvim
format = """
[](bold blue)$directory$git_branch$git_status
[](bold blue)$character"""
[character]
success_symbol = "[➜](bold green)"
error_symbol = "[➜](bold red)"
[directory]
style = "bold cyan"
truncation_length = 3
truncate_to_repo = true
[git_branch]
symbol = " "
style = "bold purple"
[git_status]
style = "bold yellow"
conflicted = "🏳"
ahead = "⇡${count}"
behind = "⇣${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
untracked = "🤷"
stashed = "📦"
modified = "📝"
staged = '[++\($count\)](green)'
renamed = "👅"
deleted = "🗑"
[nodejs]
symbol = " "
format = "via [$symbol($version )]($style)"
[python]
symbol = " "
format = 'via [${symbol}${pyenv_prefix}(${version} )]($style)'