https://github.com/isuke/dotfiles
https://github.com/isuke/dotfiles
dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isuke/dotfiles
- Owner: isuke
- Created: 2026-02-05T10:02:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-31T16:19:28.000Z (3 months ago)
- Last Synced: 2026-03-31T18:28:23.198Z (3 months ago)
- Language: Go Template
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chezmoi dotfiles
## Brew Install
```sh
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
## Init
```sh
$ brew install chezmoi
$ chezmoi init https://github.com/isuke/dotfiles
$ brew bundle --global
```
## Update and Apply
```sh
$ chezmoi update --apply
$ brew bundle --global
```