An open API service indexing awesome lists of open source software.

https://github.com/bpg-dev/dotfiles


https://github.com/bpg-dev/dotfiles

Last synced: 3 months ago
JSON representation

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)"
```