{"id":41606990,"url":"https://github.com/alebelcor/dotfiles","last_synced_at":"2026-01-24T11:26:13.299Z","repository":{"id":41361574,"uuid":"100759006","full_name":"alebelcor/dotfiles","owner":"alebelcor","description":" My dotfiles","archived":false,"fork":false,"pushed_at":"2025-08-16T00:06:06.000Z","size":318,"stargazers_count":3,"open_issues_count":9,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-16T02:29:15.918Z","etag":null,"topics":["dotfiles","git","homebrew","macos","nodejs","vscode","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/alebelcor.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}},"created_at":"2017-08-19T00:17:16.000Z","updated_at":"2025-08-16T00:06:09.000Z","dependencies_parsed_at":"2024-02-21T19:24:10.499Z","dependency_job_id":"80519307-eb3d-43b2-8eec-9d09f92e735f","html_url":"https://github.com/alebelcor/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alebelcor/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alebelcor%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alebelcor%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alebelcor%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alebelcor%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alebelcor","download_url":"https://codeload.github.com/alebelcor/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alebelcor%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28726316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"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":["dotfiles","git","homebrew","macos","nodejs","vscode","zsh"],"created_at":"2026-01-24T11:26:11.257Z","updated_at":"2026-01-24T11:26:13.292Z","avatar_url":"https://github.com/alebelcor.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n\u003e My dotfiles\n\n## Pre-setup\n\n* `gas-mask/work.hst`: Extended hosts file for work-related hostname mappings. If file does not exist, an empty file will be created\n* `git/gitconfig.local.symlink`: Extended Git configuration for private, or work-related stuff\n* `git/gitignore.local.symlink`: Extended ignore list for Git, referenced in `gitconfig.local.symlink`\n* `tmux/tmux.conf.local.symlink`: Extended Tmux configuration for private, or work-related stuff\n\n## Installation\n\n```sh\nmkdir -p ~/projects/dotfiles\ncd ~/projects/dotfiles\ngit clone https://github.com/alebelcor/dotfiles.git .\nsource scripts/bootstrap\n```\n\n### Git-free install\n\n```sh\nmkdir -p ~/projects/dotfiles\ncd ~/projects/dotfiles\ncurl --location https://github.com/alebelcor/dotfiles/tarball/master | tar -xz --strip-components 1 --exclude={.editorconfig,.gitattributes,.gitignore,license,readme.md}\nsource scripts/bootstrap\n```\n\n## Usage\n\nEverything is built around \"topics\".\nA \"topic\" is a folder associated to a specific subject (e.g. `node` for [Node.js](http://nodejs.org/)).\nA \"topic\" will have setup and configuration relevant to the subject like so:\n\n* `topic/path.zsh`: Any file named `path.zsh` is loaded first and is expected to setup `$PATH`\n* `topic/*.zsh`: Any files ending in `.zsh` get loaded into your environment\n* `topic/completion.zsh`: Any file named `completion.zsh` is loaded last and is expected to set up autocomplete\n* `topic/install.sh`: Any file named `install.sh` is executed when you run `scripts/install`. To avoid being loaded automatically, its extension is `.sh`, not `.zsh`\n* `topic/*.symlink`: Any file ending in `.symlink` gets symlinked into your `$HOME` when you run `script/bootstrap`\n\nThere are other files/folders not related to a specific \"topic\":\n\n* `bin/`: Anything here will get added to the `$PATH`\n* `scripts/`: Contains scripts relevant to the dotfiles installation\n* `Brewfile`: A list of command-line utils, apps, and others, that will be installed via [Homebrew](https://brew.sh/), [Homebrew-Cask](https://caskroom.github.io/), and [`mas-cli`](https://github.com/mas-cli/mas)\n\n## Inspired by\n\n* [holman does dotfiles](https://github.com/holman/dotfiles)\n* [Mathias’s dotfiles](https://github.com/mathiasbynens/dotfiles)\n\n## License\n\nMIT © Alejandro Beltrán\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falebelcor%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falebelcor%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falebelcor%2Fdotfiles/lists"}