40 lines
863 B
Markdown
40 lines
863 B
Markdown
<div align="center">
|
|
|
|
# ~/.dotfiles 🏡
|
|
|
|
[](https://chezmoi.io/)
|
|
[](https://ansible.com/)
|
|
[](https://choosealicense.com/licenses/mit/)
|
|
|
|
</div><br>
|
|
|
|
> My dotfiles, managed with [chezmoi](https://chezmoi.io/) and
|
|
> [Ansible](https://ansible.com/)
|
|
|
|
## 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
|
|
```
|
|
|
|
If you want to update the dotfiles:
|
|
|
|
```sh
|
|
chezmoi update --init
|
|
```
|
|
|
|
To give a new answer to the prompts:
|
|
|
|
```sh
|
|
chezmoi init --prompt
|
|
```
|