https://github.com/sigfriedcub1990/dotfiles_reloaded
My dotfiles, now with chezmoi
https://github.com/sigfriedcub1990/dotfiles_reloaded
Last synced: 3 months ago
JSON representation
My dotfiles, now with chezmoi
- Host: GitHub
- URL: https://github.com/sigfriedcub1990/dotfiles_reloaded
- Owner: sigfriedCub1990
- Created: 2024-06-15T21:29:36.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-03-02T11:13:16.000Z (3 months ago)
- Last Synced: 2025-03-02T12:21:33.406Z (3 months ago)
- Language: Shell
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles


These are my personal configurations for the systems I use, primarily Arch, and MacOS at work.
## How to use these dotfiles
1. Install [chezmoi](https://www.chezmoi.io/install/)
2. Execute the command `chezmoi init sigfriedcub1990/dotfiles_reloaded`
3. After the repository is clone, go to `~/.local/share/chezmoi` and create a file named `.chezmoidata.toml` with the following values:
```toml
name = "Your name"
email = "[email protected]"
```
Those values will be used to setup Git's configuration.
4. Profit?