{"id":50136356,"url":"https://github.com/bivex/dotfiles","last_synced_at":"2026-05-23T22:03:49.109Z","repository":{"id":302502398,"uuid":"1007725913","full_name":"bivex/dotfiles","owner":"bivex","description":"Personal dotfiles for configuring development environments and system settings across various operating systems (Windows, Linux), aimed at automating setup and customization.","archived":false,"fork":false,"pushed_at":"2026-03-08T10:28:19.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-08T14:23:37.030Z","etag":null,"topics":["automation","configuration","development-environment","dotfiles","linux","personal-setup","windows"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bivex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-24T12:40:42.000Z","updated_at":"2026-03-08T10:28:22.000Z","dependencies_parsed_at":"2025-07-21T15:33:24.970Z","dependency_job_id":null,"html_url":"https://github.com/bivex/dotfiles","commit_stats":null,"previous_names":["bivex/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bivex/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bivex%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bivex%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bivex%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bivex%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bivex","download_url":"https://codeload.github.com/bivex/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bivex%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33413624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T18:09:33.147Z","status":"ssl_error","status_checked_at":"2026-05-23T18:09:31.380Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","configuration","development-environment","dotfiles","linux","personal-setup","windows"],"created_at":"2026-05-23T22:03:48.056Z","updated_at":"2026-05-23T22:03:49.103Z","avatar_url":"https://github.com/bivex.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":" [![Tuned with ⚙️](https://a.b-b.top/badge.svg?repo=dotfiles\u0026label=Tuned\u0026background_color=009688\u0026background_color2=26a69a\u0026utm_source=github\u0026utm_medium=readme\u0026utm_campaign=badge)](https://a.b-b.top)\n\n## Dotfiles\n\nPersonal development environment presets.\n\n### Structure\n\n- `git/` — reusable global git config layer\n- `zsh/` — reusable interactive shell layer\n- `macos/` — Terminal.app and iTerm presets\n- `editors/` — editor-specific settings\n- `formatters/` — formatter presets and notes\n- `scripts/` — one-shot repo workflows\n\n### Included\n\n- `bootstrap.sh` — safe first-run bootstrap for zsh + macOS + terminal presets\n- `git/gitconfig` — shared git defaults, aliases, pager, and behavior\n- `git/gitconfig.local.example` — local-only git identity/signing template\n- `git/gitignore_global` — global Git ignore for OS/editor junk\n- `zsh/.zshrc.dev` — interactive dev shell layer without secrets\n- `zsh/.zshrc.local.example` — machine-local shell overrides template\n- `zsh/capture_dev_layer.py` — sync current local `~/.zshrc.dev` back into dotfiles\n- `editors/cursor/settings.json` — Cursor settings\n- `editors/vscode/settings.json` — VS Code-like settings\n- `formatters/astyle/README.md` — AStyle presets for C# and C++\n- `macos/defaults.sh` — Finder/Dock/keyboard/screenshot/trackpad/UI defaults\n- `macos/power-user.sh` — extra opinionated macOS tweaks\n- `macos/mission-control.sh` — Mission Control and hot corners preset\n- `macos/iterm/apply_dev_profile.py` — creates/updates iTerm `Dev` profile\n- `macos/iterm/capture_current_profile.py` — snapshot current iTerm profile into dotfiles\n- `macos/terminal/apply_dev_profile.py` — creates/updates Terminal.app `Dev` profile\n- `macos/terminal/capture_current_profile.py` — snapshot current Terminal.app profile into dotfiles\n- `macos/window-management/yabairc` — real yabai config\n- `macos/window-management/skhdrc` — real skhd config\n- `macos/window-management/apply_configs.sh` — install and restart yabai/skhd\n- `macos/window-management/capture_current_configs.sh` — sync yabai/skhd back into dotfiles\n- `scripts/apply_all.sh` — apply both macOS terminal presets\n- `scripts/capture_all.sh` — capture all supported dotfiles in one go\n- `scripts/check_all.sh` — dry-run and smoke-check repo scripts\n- `Makefile` — ergonomic entrypoint for apply/capture/check\n\n### Quick start\n\n```sh\nmake bootstrap\nmake apply\nmake power-user\nmake mission-control\nmake capture\nmake check\n```\n\n### Bootstrap a new machine\n\n```sh\nbash bootstrap.sh --dry-run\nbash bootstrap.sh\n```\n\nUse `bash bootstrap.sh --with-homebrew` only when you have a `Brewfile` and want `brew bundle` to run.\n\n`bootstrap.sh` also wires the versioned Git layer into `~/.gitconfig`, creates `~/.gitconfig.local` / `~/.gitignore_global` if they do not exist, and applies the versioned `yabai/skhd` configs unless you pass `--skip-window-management`.\n\n### Apply\n\n1. `bash macos/defaults.sh`\n2. `python3 macos/iterm/apply_dev_profile.py`\n3. `python3 macos/terminal/apply_dev_profile.py`\n4. Source `zsh/.zshrc.dev` from your local `~/.zshrc`\n\n### Capture current local state back into the repo\n\n```sh\nbash scripts/capture_all.sh\n```\n\n### Verify repo scripts\n\n```sh\nbash scripts/check_all.sh\n```\n\nEach macOS script makes a timestamped backup of the original plist before changing it.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbivex%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbivex%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbivex%2Fdotfiles/lists"}