https://github.com/hazer/dotfiles
https://github.com/hazer/dotfiles
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hazer/dotfiles
- Owner: Hazer
- Created: 2024-11-29T17:09:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T18:04:27.000Z (about 1 year ago)
- Last Synced: 2025-04-14T18:43:34.435Z (about 1 year ago)
- Language: Shell
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hazer's Dotfiles
## Setup
### Pre-requisites
- curl
- zsh
### Install:
```sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply Hazer
```
### Update
```sh
chezmoi update
```