From bb770401cc58f41f6e8acbfa23597fa81b8c799f Mon Sep 17 00:00:00 2001 From: Nicola Belluti Date: Fri, 3 Oct 2025 15:43:28 +0200 Subject: [PATCH] Updated the README.md --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d23d95a..590a0b8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ -# dotfiles +
+# ~/.dotfiles 🏡 + +[![chezmoi](https://img.shields.io/badge/chezmoi-4051b5)](https://chezmoi.io/) +[![MIT License](https://img.shields.io/badge/License-MIT-dark_green)](https://choosealicense.com/licenses/mit/) + +

+ +> My dotfiles, managed with [chezmoi](https://chezmoi.io/) + +## Usage + +Install [chezmoi](https://chezmoi.io/install/), then run: + +```sh +# Initialize the repository +chezmoi init git.nicolabelluti.me/nicolabelluti +# You can also just use +# `chezmoi init nicolabelluti` +# if you want to use the GitHub mirror + +# Apply the dotfiles +chezmoi apply +```