set own theme

This commit is contained in:
2024-10-30 12:37:58 +01:00
parent 683edf44ec
commit 5b69c9bdc3
9 changed files with 234 additions and 0 deletions

8
.zsh/theme.zsh Normal file
View File

@@ -0,0 +1,8 @@
# Basis-Einstellungen für das Theme
autoload -Uz colors && colors
setopt PROMPT_SUBST
# Lade alle Theme-Komponenten
for theme_component (~/.zsh/theme/**/*.zsh); do
source $theme_component
done