Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffzi/dotfiles
Personal dotfiles
https://github.com/jeffzi/dotfiles
chezmoi dotfiles dotfiles-macos macos
Last synced: 3 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T00:51:01.000Z (3 months ago)
- Last Synced: 2024-10-09T09:50:10.750Z (3 months ago)
- Topics: chezmoi, dotfiles, dotfiles-macos, macos
- Language: Shell
- Homepage:
- Size: 128 KB
- Stars: 0
- 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
```