https://github.com/bpg-dev/dotfiles
https://github.com/bpg-dev/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpg-dev/dotfiles
- Owner: bpg-dev
- Created: 2020-11-14T23:11:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T04:29:30.000Z (over 3 years ago)
- Last Synced: 2026-02-14T13:32:59.995Z (4 months ago)
- Language: Lua
- Size: 2.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
My [dotfiles](https://wiki.archlinux.org/title/Dotfiles) for `macOS` (and possibly Linux).
Inspired by https://github.com/Allaman/dots
## Bootstrap
[bootstrap](./bootstrap.sh) is an all-in-one script to download [chezmoi](https://www.chezmoi.io/) and [age](https://github.com/FiloSottile/age)
and initialize chezmoi with this repository.
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/bpg/dotfiles/main/bootstrap.sh)"
```