{"id":28944766,"url":"https://github.com/tnez/dotfiles","last_synced_at":"2026-03-07T21:01:51.363Z","repository":{"id":45399310,"uuid":"139888035","full_name":"tnez/dotfiles","owner":"tnez","description":"My personal collection of config files / dotfiles","archived":false,"fork":false,"pushed_at":"2025-12-03T14:48:35.000Z","size":11455,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-06T00:43:00.239Z","etag":null,"topics":["configs","dotfiles","git","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tnez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-07-05T18:43:52.000Z","updated_at":"2025-12-03T14:48:39.000Z","dependencies_parsed_at":"2023-10-11T21:00:26.272Z","dependency_job_id":"12bb3de3-5b98-4935-b2fe-cfe8bae60826","html_url":"https://github.com/tnez/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tnez/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tnez%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tnez%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tnez%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tnez%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tnez","download_url":"https://codeload.github.com/tnez/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tnez%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30231489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: 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":["configs","dotfiles","git","vim"],"created_at":"2025-06-23T06:07:44.679Z","updated_at":"2026-03-07T21:01:51.347Z","avatar_url":"https://github.com/tnez.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"`@tnez/dotfiles`\n\nThis is my collection of personal dotfiles.\n\n# Setting up on a new machine\n\n1. Clone this repo: `git clone https://github.com/tnez/dotfiles.git`\n1. Hop into directory: `cd dotfiles`\n1. Run the bootstrap script: `./bootstrap.sh`\n\n# Managing Homebrew dependencies\n\nDependencies are tracked in `/Users/tnez/Code/tnez/dotfiles/brew/Brewfile` and managed via `brew bundle`.\n\n## Adding a new package\n\n```bash\n./scripts/brew-add.sh \u003cpackage\u003e          # For formulas\n./scripts/brew-add.sh \u003cpackage\u003e --cask   # For casks\n```\n\nThen manually:\n1. Edit `/Users/tnez/Code/tnez/dotfiles/brew/Brewfile` to add description comment\n2. Place entry alphabetically within its section\n3. Commit: `git add brew/Brewfile \u0026\u0026 git commit -m 'chore(brew): add \u003cpackage\u003e'`\n\n## Upgrading packages\n\nWeekly or as needed:\n\n```bash\n./scripts/brew-upgrade.sh\n```\n\nThis upgrades all installed packages. The `Brewfile.lock.json` tracks the \"last known good\" state but only updates when running a full `brew bundle install --global` (which installs ALL packages in the Brewfile).\n\n## Understanding the lockfile\n\n- **Brewfile**: Desired packages (manually curated, commented, alphabetized)\n- **Brewfile.lock.json**: Auto-generated snapshot of package versions from last successful `brew bundle install`\n- The lockfile enables rollback: `git revert \u003ccommit\u003e` then `brew bundle install --global`\n\nTo update the lockfile (optional):\n```bash\ncd ~/Code/tnez/dotfiles\nbrew bundle install --global  # Installs any missing packages and updates lockfile\ngit add brew/Brewfile.lock.json\ngit commit -m 'chore(brew): update lockfile'\n```\n\n# Managing stow packages\n\nAll packages use the `--dotfiles` flag to convert `dot-` prefixes:\n\n```bash\nstow --target=$HOME --dotfiles fish    # Links fish/dot-config/fish → ~/.config/fish\nstow --target=$HOME --dotfiles nvim    # Links nvim/dot-config/nvim → ~/.config/nvim\nstow --target=$HOME --dotfiles vim     # Links vim/dot-vimrc → ~/.vimrc\nstow --target=$HOME --dotfiles git     # Links git/dot-gitconfig → ~/.gitconfig\n```\n\nTo unstow a package:\n\n```bash\nstow --target=$HOME -D --dotfiles fish # Removes fish symlinks\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftnez%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftnez%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftnez%2Fdotfiles/lists"}