https://github.com/flyingrobots/dotfiles
https://github.com/flyingrobots/dotfiles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/flyingrobots/dotfiles
- Owner: flyingrobots
- Created: 2025-11-06T22:50:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-06T22:53:13.000Z (8 months ago)
- Last Synced: 2025-11-07T00:21:13.744Z (8 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```