{"id":15497541,"url":"https://github.com/bcomnes/.dotfiles","last_synced_at":"2025-04-22T22:16:58.217Z","repository":{"id":20258040,"uuid":"23530867","full_name":"bcomnes/.dotfiles","owner":"bcomnes","description":"perpetually fighting entropy","archived":false,"fork":false,"pushed_at":"2025-04-10T00:17:32.000Z","size":2755,"stargazers_count":9,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T22:16:43.340Z","etag":null,"topics":["bashrc","darwin","dotfiles","linux","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/bcomnes.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":"2014-09-01T04:45:24.000Z","updated_at":"2025-04-10T00:17:36.000Z","dependencies_parsed_at":"2023-12-07T02:22:53.858Z","dependency_job_id":"396dbd22-86ee-4b67-b784-ec4c8efd2eef","html_url":"https://github.com/bcomnes/.dotfiles","commit_stats":{"total_commits":173,"total_committers":4,"mean_commits":43.25,"dds":"0.028901734104046284","last_synced_commit":"0c16b4a15c7bd714734a0c64d4d5d4526f8f04c1"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2F.dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2F.dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2F.dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2F.dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcomnes","download_url":"https://codeload.github.com/bcomnes/.dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250331819,"owners_count":21413103,"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":["bashrc","darwin","dotfiles","linux","shell"],"created_at":"2024-10-02T08:39:40.014Z","updated_at":"2025-04-22T22:16:58.189Z","avatar_url":"https://github.com/bcomnes.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotpiles\n\nThees are my dotfiles.  Here is an overview:\n\n## Installing:\n\nRun\n\n```sh\n./bootstrap/install-dotfiles.sh\n```\n\nto install and update dotfiles, however boot strapping is a more involved process.\nSee [`procedure.sh`](./procedure.sh) for a series of notes on how to do this.\n\n## Structure\n\n- *configs*: Any top level file or folder in `configs` is symlinked to ~/ and prefixed with a `.`.  Any conflicts are moved to `foo.bk` if it is a file, or `foo.symbk` if its a symlink conflict.  If you see conflict warnings, you should handle those sooner than later since the conflict management is backup destructive.\n- *ssh*: SSH is a weird beast, since its so crucial to the boostrapping process and also contains vital secrets.  We symlink files from inside `ssh` to inside `~/.ssh/` instead of the whole folder. We also update `authorized_keys` from github.\n\n### Brew file\n\nPeriodically dump a brew file:\n\n```console\ncd ~/.dotfiles\nbrew bundle dump # dump whats installed\nbrew bundle cleanup # clean the brew file\nbrew bundle check # check the status\n```\n\nTo install, run:\n\n```cosole\nbrew bundle\n```\n\n## References\n\nI did a few clever and simple bash things that I have found to be extremely bullet proof and simple.  They have survived mostly over the course of like 4-5 installs, which is a personal record.\n\n- [.bashrc.d](https://gist.github.com/bcomnes/5053fca2d7be573c0abd): fragment based bashrc files\n- [os_diff.sh](https://gist.github.com/bcomnes/13711d12237e866de5ca): target specific platforms with bash\n\n## Unifi hostname fix\n\n- ssh into USG\n-  remove the offending hostname from `/etc/hosts` with `vi`\n- reload dsnmasq `/etc/init.d/dnsmasq force-reload`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcomnes%2F.dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcomnes%2F.dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcomnes%2F.dotfiles/lists"}