Welcome to my dotfiles repository! This collection of configuration files is managed using Chezmoi, a robust tool designed to help users manage their dotfiles across multiple machines efficiently and securely.
Chezmoi makes it super easy to handle your configuration files across various environments. It allows for both privacy (with encryption options) and flexibility (with templates for different machines), ensuring that your settings are precisely how you want them, wherever you are.
This repository contains all the essential dotfiles that I use for my daily workflows. This includes configurations for shells, editors, and any other tools that help me be productive.
To use these dotfiles, you'll need to install Chezmoi first. You can install it on a variety of platforms using the following command:
sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply alfarizi
This command sets up everything by cloning the alfariiizi/dotfiles repo and applying the dotfiles to your local machine.
Feel free to fork this repository and customize the dotfiles to suit your needs. Chezmoi's templating system makes it easy to adjust settings per machine or environment without affecting the overall setup.
If you have improvements or corrections, please open an issue or a pull request. I appreciate your input to make these configurations better for everyone!
This dotfiles repository is open-sourced under the MIT license. See the LICENSE file for more details.
Thank you for visiting my dotfiles repository!