1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
f0511c8362 Updated the README.md 2025-09-18 11:11:37 +02:00
c5dbaea527 Added a .chezmoiignore 2025-09-18 11:09:59 +02:00
2 changed files with 20 additions and 1 deletions

2
.chezmoiignore Normal file
View File

@@ -0,0 +1,2 @@
LICENSE
README.md

View File

@@ -1,2 +1,19 @@
# dotfiles <div align="center">
# ./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/)
</div><br>
> 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
```