From 0e361a194d37b7015ab66a9682076e8890eb5095 Mon Sep 17 00:00:00 2001 From: pika <67532734+pik4li@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:26:12 +0100 Subject: [PATCH] . --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d22804e..cf4346a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository serves as a stow package for my other dotfiles, like [hyprdots]( Stow will, when ecexuted with the right setup (see [here](https://git.k4li.de/dotfiles/hyprdots/raw/branch/main/install.sh)), put the .zshrc at your `home_dir`, as well as the .zsh folder. -The config is split in 3 parts, the [.zshrc](.zshrc), the [.zsh folder](.zsh/) and the [plugins](.zsh/plugins/) folder. +The config is split in 4 parts, the [.zshrc](.zshrc), the [.zsh folder](.zsh/), the [themes folder](.zsh/themes/) and the [plugins folder](.zsh/plugins/) . ### .zshrc @@ -32,6 +32,10 @@ this is the main config folder, the important files are the `.*.zsh` files. > This is just the function, for my own install scripts, to be ecexuted faster, with just `_install ` and it will automaticall put the url around, and `.sh | sh` to the end, installing the scripts easily. +### themes folder + +This is a direct clone for my own repo for the [oh-my-posh](https://git.k4li.de/dotfiles/oh-my-posh.git) themes, to have them locally available (you can also pull them by https, if you disable the other plugins for example and want to delete the folder) + ### plugins folder This is the place, where i clone the related plugins my own. I keep them as submodules, and have to keep them up to date as well. But maybe i try getting a way of auto update to it..