{"id":18929112,"url":"https://github.com/jwillikers/git-config","last_synced_at":"2025-04-15T14:31:55.616Z","repository":{"id":218380194,"uuid":"746268296","full_name":"jwillikers/git-config","owner":"jwillikers","description":"My configuration for Git","archived":true,"fork":false,"pushed_at":"2024-09-20T16:07:23.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T21:52:13.030Z","etag":null,"topics":["config","delta","git","git-config"],"latest_commit_sha":null,"homepage":"https://codeberg.org/jwillikers/git-config","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwillikers.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.adoc","code_of_conduct":"CODE_OF_CONDUCT.adoc","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":"2024-01-21T15:17:10.000Z","updated_at":"2024-09-30T16:30:22.000Z","dependencies_parsed_at":"2024-08-16T16:13:59.795Z","dependency_job_id":null,"html_url":"https://github.com/jwillikers/git-config","commit_stats":null,"previous_names":["jwillikers/git-config"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fgit-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fgit-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fgit-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fgit-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwillikers","download_url":"https://codeload.github.com/jwillikers/git-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249088889,"owners_count":21210878,"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":["config","delta","git","git-config"],"created_at":"2024-11-08T11:30:10.708Z","updated_at":"2025-04-15T14:31:55.356Z","avatar_url":"https://github.com/jwillikers.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Git Config\nJordan Williams \u003cjordan@jwillikers.com\u003e\n:experimental:\n:icons: font\nifdef::env-github[]\n:tip-caption: :bulb:\n:note-caption: :information_source:\n:important-caption: :heavy_exclamation_mark:\n:caution-caption: :fire:\n:warning-caption: :warning:\nendif::[]\n:delta: https://dandavison.github.io/delta/[delta]\n:Git: https://git-scm.org/[Git]\n:just: https://github.com/casey/just[just]\n:pre-commit: https://pre-commit.com/[pre-commit]\n:Sublime-Merge: https://www.sublimemerge.com/[Sublime Merge]\n:Visual-Studio-Code: https://code.visualstudio.com/[Visual Studio Code]\n\nMy configuration for {Git}.\n\nThe configuration uses {Visual-Studio-Code} as the editor and {Sublime-Merge} as the merge tool.\n{delta} is used to provide syntax highlighting on the command-line.\n\n== Usage\n\nThis repository contains the configuration file for {Git}.\nThis file is synchronized using this Git repository.\nThe following instructions detail how to use this repository.\n\n=== Install\n\nInstall these settings with the following instructions.\nThe instructions target a Fedora Atomic system.\n\n. Install {just} by following the instructions in the https://github.com/casey/just?tab=readme-ov-file#installation[installation section].\n\n. Clone this repository.\n+\n[,sh]\n----\ngit clone git@github.com:jwillikers/git-config.git\n----\n\n. Change to the project's directory.\n+\n[,sh]\n----\ncd git-config\n----\n\n. Run `just` to install the config.\n+\n[,sh]\n----\njust\n----\n\n. Replace the example email with the work email account in `config/work.inc`.\nAll projects under the `~/Projects/Work` directory will use the Git configuration in this file.\n\n. On Fedora Atomic, reboot to finish installing the necessary packages.\n+\n[,sh]\n----\nsudo systemctl reboot\n----\n\n== References\n\n* https://wiki.archlinux.org/title/git#Using_git-credential-libsecret_as_credential-helper[Arch Linux Wiki: Git - Using git-credential-libsecret as credential-helper]\n* https://github.com/dandavison/delta#get-started[delta - Getting Started]\n* https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work[Git Book: 7.4 Git Tools - Signing Your Work]\n* https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration[Git Book: 8.1 Customizing Git - Git Configuration]\n* https://git-scm.com/docs/git-config[git-config]\n* https://pre-commit.com/#automatically-enabling-pre-commit-on-repositories[pre-commit: automatically enabling pre-commit on repositories]\n* https://www.sublimemerge.com/docs/command_line#Git-Merge-Tool-Setup[Sublime Merge Documentation - Command Line: Git Merge Tool Setup]\n* https://code.visualstudio.com/docs/sourcecontrol/overview#_vs-code-as-git-difftool-and-mergetool[VS Code as Git difftool and mergetool]\n\n== Code of Conduct\n\nPlease refer to the project's link:CODE_OF_CONDUCT.adoc[Code of Conduct].\n\n== License\n\nThis repository is licensed under the https://www.gnu.org/licenses/gpl-3.0.html[GPLv3].\nPlease refer to the bundled link:LICENSE.adoc[license].\n\nThe `config/template/hooks/pre-commit` file was generated by {pre-commit} using the following command.\n\n[,sh]\n----\npre-commit init-templatedir ~/.config/git/template\n----\n\nThe `config/template/hooks/pre-commit` file is from https://pre-commit.com/#automatically-enabling-pre-commit-on-repositories[pre-commit: automatically enabling pre-commit on repositories].\n\n== Copyright\n\n© 2020-2024 Jordan Williams\n\n== Authors\n\nmailto:{email}[{author}]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwillikers%2Fgit-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwillikers%2Fgit-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwillikers%2Fgit-config/lists"}