https://github.com/anbraten/dotfiles
https://github.com/anbraten/dotfiles
dotfiles
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anbraten/dotfiles
- Owner: anbraten
- Created: 2022-03-30T16:18:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T06:26:55.000Z (7 months ago)
- Last Synced: 2025-03-08T07:26:45.142Z (7 months ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github.com/anbraten/dotfiles
Anbraten's dotfiles, managed with [`chezmoi`](https://github.com/twpayne/chezmoi).
Inspired by: https://github.com/twpayne/dotfiles
Install them with:
```bash
chezmoi init anbraten
```## Reset state
```bash
# reset state of run_onchange_ scripts
chezmoi state delete-bucket --bucket=entryState# reset state of run_once__ scripts
chezmoi state delete-bucket --bucket=scriptState
```