my_chezmoi/README.md

13 lines
360 B
Markdown
Raw Permalink Normal View History

2023-12-26 15:43:14 -05:00
# dotfiles
This repo contains the configuration to setup my machines. This is using [Chezmoi](https://chezmoi.io), the dotfile manager to setup the install.
This automated setup is currently only configured for Fedora machines.
## How to run
```shell
export GITHUB_USERNAME=erenfro
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME
```