added starship.toml to repo
This commit is contained in:
parent
6f0e998f6b
commit
5cf9cf2cfd
2
setup.sh
Normal file → Executable file
2
setup.sh
Normal file → Executable 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
38
starship.toml
Normal 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)'
|
||||
Loading…
x
Reference in New Issue
Block a user