1
0
Files
dotfiles/README.md
2025-10-03 15:43:28 +02:00

26 lines
591 B
Markdown

<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/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
```