{"id":23654305,"url":"https://github.com/benjaminrose/dotfiles_dotbot","last_synced_at":"2026-04-24T16:01:52.100Z","repository":{"id":71998790,"uuid":"285631463","full_name":"benjaminrose/dotfiles_dotbot","owner":"benjaminrose","description":"My dotfiles, as of Jul 8, 2021. Managed via dotbot.","archived":false,"fork":false,"pushed_at":"2021-06-24T12:39:56.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-20T05:38:24.611Z","etag":null,"topics":["dotfiles"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benjaminrose.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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":"2020-08-06T17:29:57.000Z","updated_at":"2021-07-08T17:44:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a02373b-6807-4aa0-ac28-b75bfd899421","html_url":"https://github.com/benjaminrose/dotfiles_dotbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benjaminrose/dotfiles_dotbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminrose%2Fdotfiles_dotbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminrose%2Fdotfiles_dotbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminrose%2Fdotfiles_dotbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminrose%2Fdotfiles_dotbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benjaminrose","download_url":"https://codeload.github.com/benjaminrose/dotfiles_dotbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminrose%2Fdotfiles_dotbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32230421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: 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":["dotfiles"],"created_at":"2024-12-28T18:58:49.335Z","updated_at":"2026-04-24T16:01:52.084Z","avatar_url":"https://github.com/benjaminrose.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nTo install: after cloning this repository to a new system (location agnostic):\n\n1. run `install` to automatically set up the environment with help from [dotobt](https://github.com/anishathalye/dotbot/).  \n2. Download `ssh` config-file from my secret gist and put in `.ssh/config`. (REQUIRES 1Password that is installed in the next step.)\n3. If you want to also install applications, automatic install only \"tested\" on my personally managed Mac, run `install-apps`.\n\nBelow is my full workflow to get a new Mac up and running.\n\n\n## Getting Started\n\n* Set up Mac regarding startup wizard. Migrate or start as new.\n* Make sure iCloud Documents and Desktop is syncing.\n\n\n## More info regarding Dotfile\n\nIn order to keep ssh-connection ports mildly private, my `~/.ssh/config` file is stored in a secret gist connected to my GitHub account. (Sadly a URL reveals the content to anyone. Maybe I should move it to Notion or some other location.)\n\n* example of someone using this method - https://github.com/anishathalye/dotfiles\n* write up of method - https://www.anishathalye.com/2014/08/03/managing-your-dotfiles/\n* Dotbot - https://github.com/anishathalye/dotbot/\n* How Github uses `dotfiles` repos, specifically for Codespaces - https://help.github.com/en/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account\n* Think about adding https://github.com/sobolevn/dotbot-brewfile, and maybe other plugins.\n\n\n## Install apps\n\nI have a script in `dotfiles/install-apps`. This installs:\n    \n* Homebrew\n* homebrew, cask  \u0026 Mac AppStore apps\n* black \u0026 pytest via pipx\n\n\n### Potential `brewfile` issues\n\nIf `miniconda` is having issues, get the full installation instructions can be found at https://docs.conda.io/en/latest/miniconda.html. In short `wget` the appropriate script and run the install script.\n\n* https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh\n* https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh\n\n\n### Set up iTerm and Alfred\n\nThe preferences for these applications are installed `~/Documents/2 Areas/P - Computing/application preferences/`\n\n\n## SSH keys (\u0026 config?)\n\nhttps://www.bartbusschots.ie/s/2015/03/29/taming-the-terminal-part-30-of-n-sshing-more-securely/\n\n- [ ] Generate a new rsa key with `ssh-keygen -t rsa`.\n- [ ] Save password and copy of key to 1Password. \n- [ ] Upload the public key to a server:\n```shell\ncurl -L https://raw.githubusercontent.com/beautifulcode/ssh-copy-id-for-OSX/master/install.sh | sh\nssh-copy-id user@computer\n```\n- [ ] Add the key to ssh agent.\n```bash\nssh-add\n```\nor\n```bash\nssh-add -a ~/some_ssh_identity_file\n```\n- [ ] Check status of `ssh-agent` with `ssh-add -l`\n\n\n## MacOS setting to change\n\nHoping to make this a script.\n\n* Safari \n\n## Other apps or Files?\n\n## Fonts\n\nHomebrew downloaded some. I also usually create a favorites folder with:\n\n* one\n* other\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminrose%2Fdotfiles_dotbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjaminrose%2Fdotfiles_dotbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminrose%2Fdotfiles_dotbot/lists"}