From eace0f1c2d88f394904cd4f5bb5a1efb0355c091 Mon Sep 17 00:00:00 2001 From: Nicola Belluti Date: Thu, 18 Sep 2025 13:35:20 +0200 Subject: [PATCH] Updated the README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d23d95a..4ca7b92 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -# 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/), then run: + +```sh +chezmoi init git.nicolabelluti.me/nicolabelluti +chezmoi apply +```