{"id":19369762,"url":"https://github.com/itrauco/dotfiles","last_synced_at":"2026-04-29T20:34:10.897Z","repository":{"id":128349137,"uuid":"362328640","full_name":"iTrauco/dotfiles","owner":"iTrauco","description":"my dotfiles","archived":false,"fork":false,"pushed_at":"2024-03-26T05:17:38.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"macos-mbp15","last_synced_at":"2025-10-08T16:40:14.152Z","etag":null,"topics":["configs","configuration-files","dotfiles","dotfiles-install","dotfiles-linux","dotfiles-macos","git","macos","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/iTrauco.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,"zenodo":null}},"created_at":"2021-04-28T03:43:17.000Z","updated_at":"2021-11-20T01:48:55.000Z","dependencies_parsed_at":"2025-05-30T18:32:23.526Z","dependency_job_id":"fe47c378-1a48-4168-97ed-8b04626668da","html_url":"https://github.com/iTrauco/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iTrauco/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iTrauco%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iTrauco%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iTrauco%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iTrauco%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iTrauco","download_url":"https://codeload.github.com/iTrauco/dotfiles/tar.gz/refs/heads/macos-mbp15","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iTrauco%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["configs","configuration-files","dotfiles","dotfiles-install","dotfiles-linux","dotfiles-macos","git","macos","shell"],"created_at":"2024-11-10T08:13:19.278Z","updated_at":"2026-04-29T20:34:10.875Z","avatar_url":"https://github.com/iTrauco.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README.md\n\n## Usage\nThis branch contains the reconcilled [dotfiles](https://github.com/iTrauco/dotfiles) that had to be archived due to configuration drift between my work-issued and personal development systems...\n\nThis is a git bare repo without a source tree to allow for synchronization of these configs without the risk of env dependencies.\n\n-[Create the alias config and assign to system path as 'config']\n```\ngit init --bare $HOME/.cfg\nalias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'\nconfig config --local status.showUntrackedFiles no\necho \"alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'\" \u003e\u003e $HOME/.bashrc\n```\n-[Version with normal commands]\n```\nconfig status\nconfig add .vimrc\nconfig commit -m \"Add vimrc\"\nconfig add .bashrc\nconfig commit -m \"Add bashrc\"\nconfig push\n```\n\n-[install on new os]\n```\n# commit alias to .bashrc\nalias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'\n# source repo set to ignore clone\necho \".cfg\" \u003e\u003e .gitignore\n# clone bare repo into 'dot' folder of $HOME\ngit clone --bare \u003cgit-repo-url\u003e $HOME/.cfg\n# define shell alias\nalias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'\n# checkout content\nconfig checkout\n```\n### Personal Dev(macOS) System\nThis branch contains the most critical dotfiles of my personal development system for macOS Big Sur...\n\n### error handling\n```\n# example of error\nerror: The following untracked working tree files would be overwritten by checkout:\n    .bashrc\n    .gitignore\nPlease move or remove them before you can switch branches.\nAborting\n# resolve by removing conflicts\nmkdir -p .config-backup \u0026\u0026 \\\nconfig checkout 2\u003e\u00261 | egrep \"\\s+\\.\" | awk {'print $1'} | \\\nxargs -I{} mv {} .config-backup/{}\n# checkout again\nconfig checkout\n# Set the flag showUntrackedFiles to no on repo\nconfig config --local status.showUntrackedFiles no\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitrauco%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitrauco%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitrauco%2Fdotfiles/lists"}