{"id":15712270,"url":"https://github.com/dpremy/dot-git","last_synced_at":"2026-05-09T02:08:14.899Z","repository":{"id":191531139,"uuid":"158864052","full_name":"dpremy/dot-git","owner":"dpremy","description":"Personal git configuration files managed by dotfiler.","archived":false,"fork":false,"pushed_at":"2024-03-14T09:34:58.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T02:14:07.004Z","etag":null,"topics":["dot-files","git","gitconfig"],"latest_commit_sha":null,"homepage":"","language":null,"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/dpremy.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}},"created_at":"2018-11-23T18:01:28.000Z","updated_at":"2023-08-30T03:59:39.000Z","dependencies_parsed_at":"2024-03-14T10:54:37.942Z","dependency_job_id":null,"html_url":"https://github.com/dpremy/dot-git","commit_stats":null,"previous_names":["dpremy/dot-git"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dpremy/dot-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpremy%2Fdot-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpremy%2Fdot-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpremy%2Fdot-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpremy%2Fdot-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpremy","download_url":"https://codeload.github.com/dpremy/dot-git/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpremy%2Fdot-git/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278692910,"owners_count":26029405,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dot-files","git","gitconfig"],"created_at":"2024-10-03T21:15:21.375Z","updated_at":"2025-10-06T22:49:13.337Z","avatar_url":"https://github.com/dpremy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# dpremy git config file\n\n## Purpose\n\nThis repository contains the dotfile and config I use with git. It is designed to work with [GNU stow](https://www.gnu.org/software/stow/), but can easily be used without it.\n\n## Installation\n\n```shell\n# if you don't already have GNU stow, install stow for your OS\n\n# clone this repo in to a .files directory\ngit clone -q https://gitlab.com/dpremy/dot-git.git ~/.files/dot-git\n\n# use stow to symlink this 'package' in to your home directory\nstow -d ~/.files/ -t ~/ -S dot-git\n```\n\n## Usage\n\nCreate ~/.gitconfig_local, and at a minimum add your user information.\n\n```ini\n[user]\n  name = \"\u003cFull Name\u003e\"\n  email = \"\u003cemail\u003e\"\n  # add a trailing '!' if the key being used for signing is a subkey\n  # you can obtain the key id with `gpg --list-keys`, or for subkeys use `gpg --edit-key \u003cidentity\u003e`\n  signingkey = \u003cgpg_key_id\u003e!\n\n[commit]\n  gpgsign = true\n\n[tag]\n  # requires git 2.23+\n  gpgSign = true\n```\n\n[.gitconfig](.gitconfig) has comments and may be worth reviewing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpremy%2Fdot-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpremy%2Fdot-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpremy%2Fdot-git/lists"}