{"id":15641005,"url":"https://github.com/hspaans/dotfiles","last_synced_at":"2025-09-19T06:12:55.629Z","repository":{"id":42522194,"uuid":"262018293","full_name":"hspaans/dotfiles","owner":"hspaans","description":"Personal dotfiles","archived":false,"fork":false,"pushed_at":"2024-11-15T23:47:34.000Z","size":90,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T21:15:52.533Z","etag":null,"topics":["codespaces","devcontainers","dotfiles"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":false,"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/hspaans.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":"2020-05-07T10:19:56.000Z","updated_at":"2024-12-15T14:25:52.000Z","dependencies_parsed_at":"2023-09-25T03:04:20.401Z","dependency_job_id":"7ab2001b-a58b-478e-8084-5154ba56ebd3","html_url":"https://github.com/hspaans/dotfiles","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hspaans%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hspaans%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hspaans%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hspaans%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hspaans","download_url":"https://codeload.github.com/hspaans/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246249227,"owners_count":20747167,"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":["codespaces","devcontainers","dotfiles"],"created_at":"2024-10-03T11:40:57.276Z","updated_at":"2025-09-19T06:12:55.621Z","avatar_url":"https://github.com/hspaans.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n\u003e [!WARNING]\n\u003e Use this repository on your own risk like other [dotfiles](https://github.com/topics/dotfiles) repositories.\n\nUser-specific application configuration is traditionally stored in so called [dotfiles][dotfiles] and stored in the home directory. By moving these to a separate directory, you can keep your dotfiles out of your home directory and still have access to them.\n\nYou can also maintain them in a git repository and use them in other situations like for GitHub Codespaces or VSCode devcontainers. Both can use a plain git repository to retreive and install the dotfiles from in the container.\n\n## Aliases set in git\n\n- `changelog`: Generates a changelog\n- `undo`: Delete all commits not pushed to remote yes\n\n## Remarks for some dotfiles\n\n### .gitignore\n\nBy default, the `$XDG_CONFIG_HOME/git/ignore` file is used as a global gitignore file but requires a script to be run to set it up with a separate command. When the separate command `install.sh` is being used then all other files have to be setup via the `install.sh` script as well.\n\nThe alternative is to use the `~/.gitignore` file as a global gitignore file. This can be done by setting the `core.excludesfile` configuration option to the path of the `~/.gitignore` file with the command below to set it globally.\n\n```bash\n$ git config --global core.excludesfile ~/.gitignore\n```\n\n\u003e [!NOTE]\n\u003e The configuration file has already been made in `~/.gitconfig` found in this repository.\n\n### .gitattributes\n\nBy default, the `$XDG_CONFIG_HOME/git/attributes` file is used as a global gitattributes file but requires a script to be run to set it up with a separate command. When the separate command `install.sh` is being used then all other files have to be setup via the `install.sh` script as well.\n\nThe alternative is to use the `~/.gitattributes` file as a global gitattributes file. This can be done by setting the `core.attributesfile` configuration option to the path of the `~/.gitattributes` file with the command below to set it globally.\n\n```bash\n$ git config --global core.attributesfile ~/.gitattributes\n```\n\n\u003e [!NOTE]\n\u003e The configuration file has already been made in `~/.gitconfig` found in this repository.\n\n### .gitconfig\n\nThe `.gitconfig` file is used to configure git. And the `~/.gitconfig` file is updated in the final step by the GitHub Codespaces to set the user name and email address.\n\n## Sources for dotfiles\n\n* [EditorConfig][editorconfig]\n* [gitattributes][gitattributes]\n* [gitignore][gitignore] can be set per project or directory, or also [global][gitignore-global] as used here\n\n[dotfiles]: https://dotfiles.github.io/\n[editorconfig]: https://editorconfig.org/\n[gitattributes]: https://github.com/gitattributes/gitattributes\n[gitignore]: https://github.com/github/gitignore\n[gitignore-global]: https://github.com/github/gitignore/tree/master/Global\n[rcm-repo]: https://github.com/thoughtbot/rcm\n[rcm-docs]: https://thoughtbot.github.io/rcm/rcm.7.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhspaans%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhspaans%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhspaans%2Fdotfiles/lists"}