https://github.com/jeffzi/dotfiles
Personal dotfiles
https://github.com/jeffzi/dotfiles
chezmoi dotfiles dotfiles-macos macos
Last synced: 5 months ago
JSON representation
Personal dotfiles
- Host: GitHub
- URL: https://github.com/jeffzi/dotfiles
- Owner: jeffzi
- License: mit
- Created: 2023-03-18T10:19:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-03T20:21:59.000Z (5 months ago)
- Last Synced: 2026-02-04T09:19:09.774Z (5 months ago)
- Topics: chezmoi, dotfiles, dotfiles-macos, macos
- Language: Go Template
- Homepage:
- Size: 291 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jeffzi's Dotfiles
MacOS dotfiles managed with [chezmoi](https://www.chezmoi.io) and
[Mackup](https://github.com/lra/mackup).
## Instructions
The username on the machine must be `jeffzi` to match
[chezmoi's configuration](home/.chezmoi.toml.tmpl) and apply dotfiles properly.
1. Give the terminal [full-disk access](https://www.alfredapp.com/help/troubleshooting/indexing/terminal-full-disk-access/).
2. Install remotely from single shell command
```sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/jeffzi/dotfiles/main/install.sh)"
```
3. We need HTTPS for the initial clone when the dotfiles are not installed but we must
switch to SSH to use our own credentials.
```sh
chezmoi cd
git remote set-url origin git@github-personal:jeffzi/dotfiles.git
```
4. Enable the [1Password SSH agent](https://developer.1password.com/docs/ssh/agent/).
Test it:
```bash
chezmoi cd
git pull
```