diff --git a/README.md b/README.md index cf4346a..599b650 100644 --- a/README.md +++ b/README.md @@ -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. -- .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 -- .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. -- .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 -- .installs.zsh +- [**.installs.zsh**](.zsh/.installs.zsh) > 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.