Update index.md

This commit is contained in:
jfraeys 2024-06-21 18:15:34 +00:00 committed by GitHub
parent fc7b7cee75
commit 866bbec6a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ Welcome to the documentation for the `.local-bin` repository. This collection is
- `-a` or `--disable-auto-update`: Disable Homebrew auto-updates. - `-a` or `--disable-auto-update`: Disable Homebrew auto-updates.
- `-n` or `--disable-notification`: Disable notifications during setup. - `-n` or `--disable-notification`: Disable notifications during setup.
- [docker_check](docker_check/Usage.md): This script automates the process of ensuring Docker is installed and running before executing Docker-related commands. If Docker is not installed, it provides an option to install it via Homebrew. - [docker_check](docker_check/Usage.md): This script automates the process of ensuring Docker is installed and running before executing Docker-related commands. If Docker is not installed, it provides an option to install it via Homebrew.
- [add_yaml_header.sh](add_yaml_header/Usage.md): This script ensures that YAML files within a specified directory contain the necessary `---` header. If a YAML file does not have the `---` header, the script adds it. - [add_yaml_header](add_yaml_header/Usage.md): This script ensures that YAML files within a specified directory contain the necessary `---` header. If a YAML file does not have the `---` header, the script adds it.
- [wzp](wzp/Usage.md): This script automates the process of starting a new Wezterm project. It allows you to select a project from a predefined list or specify a project name as an argument. - [wzp](wzp/Usage.md): This script automates the process of starting a new Wezterm project. It allows you to select a project from a predefined list or specify a project name as an argument.
Feel free to use these scripts to simplify tasks and enhance your development workflow. Feel free to use these scripts to simplify tasks and enhance your development workflow.