{"id":22372066,"url":"https://github.com/notthestallion/config","last_synced_at":"2026-07-10T06:31:16.610Z","repository":{"id":266495068,"uuid":"898515173","full_name":"NotTheStallion/config","owner":"NotTheStallion","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-05T13:35:23.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T09:58:31.993Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NotTheStallion.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":"2024-12-04T14:33:00.000Z","updated_at":"2025-05-05T13:35:27.000Z","dependencies_parsed_at":"2025-04-16T15:12:41.115Z","dependency_job_id":"69f779ae-ce7c-49bd-9e87-4d7220e28d5c","html_url":"https://github.com/NotTheStallion/config","commit_stats":null,"previous_names":["notthestallion/config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NotTheStallion/config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotTheStallion%2Fconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotTheStallion%2Fconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotTheStallion%2Fconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotTheStallion%2Fconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotTheStallion","download_url":"https://codeload.github.com/NotTheStallion/config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotTheStallion%2Fconfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35323809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"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":[],"created_at":"2024-12-04T20:33:05.858Z","updated_at":"2026-07-10T06:31:16.588Z","avatar_url":"https://github.com/NotTheStallion.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Config \u0026 Hooks Setup\n\nThis repository contains configuration files and Git hooks to streamline your development workflow.\n\n## Structure\n\n- `git_hooks/`\n  - `commit-msg`: Hook to modify or validate commit messages.\n  - `pre-commit`: Hook to run tasks before a commit (e.g., linting, formatting).\n- `.bash_aliases`: Useful shell aliases for convenience.\n- `.gitconfig`: Git configuration file with custom aliases and settings.\n\n## Installation\n\n1. Copy the following files to your **home directory**:\n   - `.bash_aliases`\n   - `.gitconfig`\n\nExample:\n```bash\ncp .bash_aliases ~/.bash_aliases\ncp .gitconfig ~/.gitconfig\n```\n\n2. Leave the git_hooks/ directory as-is, or link its contents into your project’s .git/hooks/ directory.\n\nExample:\n```bash\nln -s /path/to/this/repo/git_hooks/commit-msg /your/project/.git/hooks/commit-msg\nln -s /path/to/this/repo/git_hooks/pre-commit /your/project/.git/hooks/pre-commit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotthestallion%2Fconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotthestallion%2Fconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotthestallion%2Fconfig/lists"}