.
This commit is contained in:
parent
c61eb4024b
commit
0e361a194d
1 changed files with 5 additions and 1 deletions
|
@ -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 <package>` 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..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue