https://github.com/alfariiizi/dotfiles
My personal dotfiles managed using Chezmoi. Contains configurations for various tools and environments to streamline setup and maintain consistency across devices.
https://github.com/alfariiizi/dotfiles
chezmoi configuration dotfiles linux macos
Last synced: 2 months ago
JSON representation
My personal dotfiles managed using Chezmoi. Contains configurations for various tools and environments to streamline setup and maintain consistency across devices.
- Host: GitHub
- URL: https://github.com/alfariiizi/dotfiles
- Owner: alfariiizi
- License: mit
- Created: 2024-01-29T17:15:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T01:29:22.000Z (about 1 year ago)
- Last Synced: 2025-06-22T04:39:51.400Z (about 1 year ago)
- Topics: chezmoi, configuration, dotfiles, linux, macos
- Language: CSS
- Homepage:
- Size: 5.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alfarizi's Dotfiles
Welcome to my dotfiles repository! This collection of configuration files is managed using [Chezmoi](https://www.chezmoi.io/), a robust tool designed to help users manage their dotfiles across multiple machines efficiently and securely.
## About Chezmoi
[Chezmoi](https://www.chezmoi.io/) 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.
## Repository Structure
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.
## Getting Started
To use these dotfiles, you'll need to install Chezmoi first. You can install it on a variety of platforms using the following command:
```bash
sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply alfarizi
```
This command sets up everything by cloning the [alfariiizi/dotfiles](https://github.com/alfariiizi/dotfiles) repo and applying the dotfiles to your local machine.
## Customization
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.
## Contributing
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!
## License
This dotfiles repository is open-sourced under the MIT license. See the LICENSE file for more details.
Thank you for visiting my dotfiles repository!