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

https://github.com/flyingrobots/dotfiles


https://github.com/flyingrobots/dotfiles

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# dotfiles

Symlink-managed dotfiles.

## Bootstrap

On a fresh macOS machine:

```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/flyingrobots/dotfiles/main/install.sh)"
```

This will:
- Install Homebrew if missing (non-interactive)
- Install packages from Brewfile via `brew bundle`
- Configure fzf key bindings
- Symlink `.zshrc` (and optional extras) into `$HOME`

## Update the Brewfile (snapshot)

```sh
$HOME/git/dotfiles/brew-snapshot.sh
```