https://github.com/mannkind/chezmoi-config
Dotfiles managed by Chezmoi
https://github.com/mannkind/chezmoi-config
Last synced: over 1 year ago
JSON representation
Dotfiles managed by Chezmoi
- Host: GitHub
- URL: https://github.com/mannkind/chezmoi-config
- Owner: mannkind
- Created: 2020-01-19T00:11:02.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T00:18:22.000Z (over 1 year ago)
- Last Synced: 2025-03-13T01:25:32.507Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chezmoi Config
## Init New Machine (MacOS)
```
#!/bin/bash
# Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/opt/homebrew/bin/brew shellenv)"
# Install and initialize chezmoi
brew install chezmoi
chezmoi init https://github.com/mannkind/chezmoi-config.git
```