This commit is contained in:
pika 2025-01-07 00:27:54 +01:00
parent 0e361a194d
commit f2b3b20f48

View file

@ -16,19 +16,19 @@ Obviously, this sources all files needet and have the most basic modifications,
this is the main config folder, the important files are the `.*.zsh` files. this is the main config folder, the important files are the `.*.zsh` files.
- .aliases.zsh - [**.aliases.zsh**](.zsh/.aliases.zsh)
> The aliases get configured here. Like the git, or the docker aliases. Also the ls and other aliases are created and configurable here > The aliases get configured here. Like the git, or the docker aliases. Also the ls and other aliases are created and configurable here
- .plugins.zsh - [**.plugins.zsh**](.zsh/.plugins.zsh)
> This sources the plugins with just a normal loop, also you can add or disable plugins as you like, just comment the list or add another plugin to this. Keep in mind, that you will have to clone them properly to the plugins folder, but more on that later. > This sources the plugins with just a normal loop, also you can add or disable plugins as you like, just comment the list or add another plugin to this. Keep in mind, that you will have to clone them properly to the plugins folder, but more on that later.
- .defaults.zsh - [**.defaults.zsh**](.zsh/.defaults.zsh)
> Here are the plain defaults, which are recommendet by community and mostly found in the world wide web > Here are the plain defaults, which are recommendet by community and mostly found in the world wide web
- .installs.zsh - [**.installs.zsh**](.zsh/.installs.zsh)
> 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. > 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.