{"id":16674633,"url":"https://github.com/mateusjunges/dotfiles","last_synced_at":"2025-07-18T17:08:08.036Z","repository":{"id":98722543,"uuid":"196332652","full_name":"mateusjunges/dotfiles","owner":"mateusjunges","description":"My personal dotfiles - making anywhere feel like home","archived":false,"fork":false,"pushed_at":"2025-02-28T02:01:51.000Z","size":849,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T20:44:10.722Z","etag":null,"topics":["bash","dotfiles","personal-dotfiles","shell","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/mateusjunges.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":"2019-07-11T06:25:37.000Z","updated_at":"2025-02-28T02:01:55.000Z","dependencies_parsed_at":"2024-02-29T03:24:50.131Z","dependency_job_id":"cc09f1e2-f6ec-46e4-aa9f-4baaf20cd797","html_url":"https://github.com/mateusjunges/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mateusjunges/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusjunges%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusjunges%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusjunges%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusjunges%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateusjunges","download_url":"https://codeload.github.com/mateusjunges/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusjunges%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265798665,"owners_count":23829981,"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":["bash","dotfiles","personal-dotfiles","shell","zsh"],"created_at":"2024-10-12T12:43:42.892Z","updated_at":"2025-07-18T17:08:08.006Z","avatar_url":"https://github.com/mateusjunges.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My personal dotfiles\n![Readme banner](/art/readme-screenshot.png)\n\nYour dotfiles are how you personalize your system. These are mine.\n\nIt contains the installation of some basic tools, some handy aliases and functions.\n\n## Topical\nEverything's built around topic areas. If you're adding a new are to your forked dotfiles, you can simply create a new directory \nand put files in there. Anything with an extension of `.zsh` will get automatically included into your shell. Anything with an \nextension of `.symlink` will get symlinked without extension into `$HOME` when you run `script/bootstrap`.\n\n## Components\nThere's a few special files in the hierarchy:\n\n- **`bin/`**: Anything in `bin` will get added to your `$PATH` and be made available everywhere.\n- **`topic/*.zsh`**: Any files ending in `.zsh` get loaded into your environment.\n- **`topic/path.zsh`**: Any file named `path.zsh` is loaded first and is expected o setup `$PATH` or similar.\n- **`topic/completion.zsh`**: Any file named `completion.zsh` is loaded last and is expected to setup autocomplete.\n- **`topic/install.sh`**: Any file named `install.sh` is executed when you run `script/install`. To avoid being loaded automatically, its \nextension is `.sh`, not `.zsh`.\n- **`topic/*.symlink`**: Any file ending in `.symlink` gets symlinked into your `$HOME`. This is so you can keep all of those versioned\nin your dotfiles but still keep those autoloaded files in your home directory. These get symlinked when you run `script/bootstrap`.\n  \n## Installation\n\nYou can install this dotfiles by cloning this repo as `.dotfiles` in your home directory and running the bootstrap script.\n\n```bash\ngit clone git@github.com:mateusjunges/dotfiles.git .dotfiles\ncd .dotfiles\nscript/bootstrap\n```\n\nThis will symlink the appropriate files in `.dotfiles` to your home directory. Everything is configured and tweaked within `.dotfiles`.\n\nThe main file you'll want to change right off the bat is `zsh/zshrc.symlink`, which sets up a few paths that will be different on your particular machine.\n\n`dot` is a simple script that installs dependencies and set MacOS defaults. Run `dot` from time to time to keep you environment fresh and up-to-date. The script can be found in `bin\\`.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusjunges%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateusjunges%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusjunges%2Fdotfiles/lists"}