From bb84bb474233bdb5135ea7ff95ed5b9353adb69f Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Thu, 13 Mar 2025 12:40:47 +0100 Subject: [PATCH] Updated dots --- .config/distrobox/distrobox.conf | 1 + .../zsh}/catppuccin_mocha-zsh-syntax-highlighting.zsh | 0 .zsh/.p10k.zsh => .config/zsh/p10k.zsh | 0 .zshrc | 6 +++--- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .config/distrobox/distrobox.conf rename {.zsh => .config/zsh}/catppuccin_mocha-zsh-syntax-highlighting.zsh (100%) rename .zsh/.p10k.zsh => .config/zsh/p10k.zsh (100%) diff --git a/.config/distrobox/distrobox.conf b/.config/distrobox/distrobox.conf new file mode 100644 index 0000000..2380644 --- /dev/null +++ b/.config/distrobox/distrobox.conf @@ -0,0 +1 @@ +container_always_pull="1" \ No newline at end of file diff --git a/.zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh b/.config/zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh similarity index 100% rename from .zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh rename to .config/zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh diff --git a/.zsh/.p10k.zsh b/.config/zsh/p10k.zsh similarity index 100% rename from .zsh/.p10k.zsh rename to .config/zsh/p10k.zsh diff --git a/.zshrc b/.zshrc index bc8a10b..1792e50 100644 --- a/.zshrc +++ b/.zshrc @@ -137,9 +137,9 @@ source $ZSH/oh-my-zsh.sh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh -# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. -[[ ! -f ~/.zsh/.p10k.zsh ]] || source ~/.zsh/.p10k.zsh -[[ ! -f ~/.zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh ]] || source ~/.zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh +# To customize prompt, run `p10k configure` or edit ~/.config/zsh/p10k.zsh. +[[ ! -f ~/.config/zsh/p10k.zsh ]] || source ~/.config/zsh/p10k.zsh +[[ ! -f ~/.config/zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh ]] || source ~/.config/zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh alias ls='ls --color=auto -a' alias grep='grep --color=auto' alias cat='bat'