From c25a8b5d66847d4fc49f73dc2e00d4cdacbab43f Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Mon, 12 Feb 2024 05:20:36 +0000 Subject: [PATCH] deploy: d2091f744b070daa8384bba9451e66e5f303730b --- index.html | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e5c60fb6..84746d41 100644 --- a/index.html +++ b/index.html @@ -706,7 +706,7 @@ @@ -754,6 +754,39 @@

๐Ÿš€ Dotfiles Generator

+

๐Ÿ’ฅ Dots Scripts Utility

+

In the dotfiles installation process, various scripts are added for configuring applications and modules. While these scripts are primarily used for module configuration, they can also be used independently. To simplify the management of these scripts, we provide the dots utility.

+

The dots utility provides a convenient way to manage and execute these scripts. You can explore their functionalities and customize them as needed.

+

Usage

+
dots --help    # Show help
+dots --list    # List all available scripts
+dots <script>  # Run a specific script with optional flags

Available Scripts

+
+

NOTE: The following list may not be exhaustive. You can always check the up-to-date list of scripts by running dots --list.

+
+ +

Feel free to use these scripts to enhance your system configuration and workflow!

๐ŸŽจ Customization

You can fork this repository and customize it to suit your preferences and workflow. You are encouraged to maintain a separate GitHub repository of configurations for your own dotfiles and keep this repository as a template!

We use Chezmoi to manage the dotfiles. Chezmoi is a sophisticated yet easy-to-use command-line tool that helps you manage your dotfiles across multiple machines. It is designed to be secure, flexible, and easy to use.