{"id":25085519,"url":"https://github.com/zeikar/dotfiles","last_synced_at":"2026-04-10T15:49:02.077Z","repository":{"id":276130304,"uuid":"928294291","full_name":"zeikar/dotfiles","owner":"zeikar","description":"🛠️ My macOS dotfiles managed with GNU Stow. ","archived":false,"fork":false,"pushed_at":"2025-02-06T13:17:20.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T13:43:34.909Z","etag":null,"topics":["dotfiles","mac","macos","macos-dotfiles","macos-setup","stow","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/zeikar.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}},"created_at":"2025-02-06T11:54:21.000Z","updated_at":"2025-02-06T13:21:59.000Z","dependencies_parsed_at":"2025-02-06T13:43:36.144Z","dependency_job_id":"862dd5a2-6d13-44ef-87a5-454a8bc52788","html_url":"https://github.com/zeikar/dotfiles","commit_stats":null,"previous_names":["zeikar/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeikar%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeikar%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeikar%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeikar%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeikar","download_url":"https://codeload.github.com/zeikar/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246644208,"owners_count":20810732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["dotfiles","mac","macos","macos-dotfiles","macos-setup","stow","zsh"],"created_at":"2025-02-07T08:20:05.939Z","updated_at":"2026-04-10T15:49:02.052Z","avatar_url":"https://github.com/zeikar.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My macOS Dotfiles\n\nMinimal macOS dotfiles managed with GNU Stow.\n\n## What is tracked\n\n- `zsh/` for shell configuration\n- `Brewfile` for package reproducibility\n- `macos-defaults.sh` for common macOS preferences\n\nMachine-specific secrets stay outside the repo:\n\n- `~/.zshrc.local`\n\n## Prerequisites\n\nRequired:\n\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\nbrew install stow\n```\n\nOptional but recommended:\n\n```bash\nbrew bundle --file Brewfile\n\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n```\n\nThe shell config is defensive now, so missing optional tools will not break shell startup.\n\n## Install\n\n```bash\n./install.sh\nsource ~/.zshrc\n```\n\nWhat `install.sh` does:\n\n- stows tracked packages into `$HOME`\n- detects recursive conflicts before linking\n- backs up replaced files to `~/.dotfiles-backups/\u003ctimestamp\u003e/`\n- creates `~/.zshrc.local` when missing\n\n## Restore packages\n\nInstall packages from the tracked Homebrew bundle:\n\n```bash\nbrew bundle --file Brewfile\n```\n\n## Apply macOS preferences\n\nReview the script first, then run it manually if you want those defaults:\n\n```bash\nchmod +x macos-defaults.sh\n./macos-defaults.sh\n```\n\n## Local-only files\n\nExample `~/.zshrc.local`:\n\n```bash\nexport GITHUB_TOKEN=\"your_token_here\"\nexport OPENAI_API_KEY=\"your_key_here\"\n```\n\n## Structure\n\n```text\ndotfiles/\n├── Brewfile\n├── install.sh\n├── macos-defaults.sh\n├── zsh/\n│   ├── .zshrc\n│   └── .zshrc.local.example\n└── README.md\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeikar%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeikar%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeikar%2Fdotfiles/lists"}