Changed colorscheme and updated tmux config +++

This commit is contained in:
2025-02-23 15:35:10 +01:00
parent 49040e91e9
commit 233daaf97d
29 changed files with 796 additions and 308 deletions

View File

@@ -0,0 +1,21 @@
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
# Minimal left prompt
format = """$directory$character"""
# Right prompt
right_format = """$git_branch$git_commit$git_status$python$c"""
# Inserts a blank line between shell prompts
add_newline = true
# Replace the '' symbol in the prompt with '➜'
[character] # The name of the module we are configuring is 'character'
success_symbol = '[ ](bold green)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'
# Git module
[git_branch]
format = '[$symbol$branch(:$remote_branch)]($style)'
# Disable the package module, hiding it from the prompt completely
[package]
disabled = false