added zshrc and p10k config

This commit is contained in:
2026-05-18 23:59:33 +02:00
parent 97d4712554
commit c29688ed30
5 changed files with 1882 additions and 24 deletions
+21 -21
View File
@@ -1,22 +1,22 @@
background = #101418 background = #141218
foreground = #e0e2e8 foreground = #e6e0e9
cursor-color = #9ecafc cursor-color = #d0bcff
selection-background = #154974 selection-background = #4f378b
selection-foreground = #e0e2e8 selection-foreground = #e6e0e9
palette = 0=#101418 palette = 0=#141218
palette = 1=#ff729c palette = 1=#ff728f
palette = 2=#7efc8f palette = 2=#7fff9a
palette = 3=#fff772 palette = 3=#ffda72
palette = 4=#84b6ef palette = 4=#bca5f2
palette = 5=#244a74 palette = 5=#4e3d76
palette = 6=#9ecafc palette = 6=#D0BCFF
palette = 7=#eff6ff palette = 7=#f4efff
palette = 8=#979da3 palette = 8=#9d99a5
palette = 9=#ff9fbb palette = 9=#ff9fb2
palette = 10=#a5ffb1 palette = 10=#a5ffb8
palette = 11=#fffaa5 palette = 11=#ffe7a5
palette = 12=#aed3ff palette = 12=#d7c6ff
palette = 13=#bcdbff palette = 13=#ded0ff
palette = 14=#d4e8ff palette = 14=#e9e0ff
palette = 15=#f8fbff palette = 15=#faf8ff
+4
View File
@@ -20,6 +20,10 @@ mkdir -p ~/projects
echo "source /home/$(whoami)/.config/sdgos/zshconfig.zsh" >> ~/.zshrc echo "source /home/$(whoami)/.config/sdgos/zshconfig.zsh" >> ~/.zshrc
mv /home/$(whoami)/.zshrc /home/$(whoami)/.zshrc-old
ln -sf /home/$(Whoami)/.config/sdgos/zshrc /home/$(whoami)
mv /home/$(whoami)/.p10k.zsh /home/$(whoami)/.p10k.zsh-old
ln -sf /home/$(Whoami)/.config/sdgos/p10k.zsh /home/$(whoami)
chmod -R a+x ~/.config/sdgos chmod -R a+x ~/.config/sdgos
+3 -3
View File
@@ -1,6 +1,6 @@
# ! Auto-generated file. Do not edit directly. # ! Auto-generated file. Do not edit directly.
# Remove source = ./dms/colors.conf from your config to override. # Remove source = ./dms/colors.conf from your config to override.
bordercolor = 0x8c9199ff bordercolor = 0x948f99ff
focuscolor = 0x9ecafcff focuscolor = 0xd0bcffff
urgentcolor = 0xffb4abff urgentcolor = 0xf2b8b5ff
+1837
View File
File diff suppressed because it is too large Load Diff
Executable
+17
View File
@@ -0,0 +1,17 @@
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
source /usr/share/cachyos-zsh-config/cachyos-config.zsh
# Added by LM Studio CLI (lms)
export PATH="$PATH:/home/den/.lmstudio/bin"
# End of LM Studio CLI section
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
source /home/den/.config/sdgos/zshconfig.zsh