https://github.com/zoido/dotfiles
https://github.com/zoido/dotfiles
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zoido/dotfiles
- Owner: zoido
- Created: 2021-08-28T15:20:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T17:06:23.000Z (about 1 year ago)
- Last Synced: 2025-04-13T00:58:38.861Z (about 1 year ago)
- Language: Shell
- Size: 26.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [`@zoido`](https://github.com/zoido)'s [dotfiles](https://dotfiles.github.io/)
Managed by [`chezmoi`](https://www.chezmoi.io/)
## Bootstrapping
```sh
sh -c "$(curl -fsLS https://raw.githubusercontent.com/zoido/dotfiles/main/bootstrap.sh)"
```
### Windows
```ps1
(irm -useb https://raw.githubusercontent.com/zoido/dotfiles/main/bootstrap.bat) | powershell -c -
```