{"id":15648771,"url":"https://github.com/timja/dotfiles-example","last_synced_at":"2025-04-13T20:50:42.663Z","repository":{"id":85474689,"uuid":"544951626","full_name":"timja/dotfiles-example","owner":"timja","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-09T10:09:37.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-27T11:12:36.192Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timja.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":"2022-10-03T14:21:13.000Z","updated_at":"2022-10-03T15:03:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"c12eac6d-1892-4ab5-8a99-a72db07be462","html_url":"https://github.com/timja/dotfiles-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timja%2Fdotfiles-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timja%2Fdotfiles-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timja%2Fdotfiles-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timja%2Fdotfiles-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timja","download_url":"https://codeload.github.com/timja/dotfiles-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782278,"owners_count":21160716,"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":[],"created_at":"2024-10-03T12:26:20.822Z","updated_at":"2025-04-13T20:50:42.642Z","avatar_url":"https://github.com/timja.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotbot example\n\nThis uses [dotbot](https://github.com/anishathalye/dotbot) to bootstrap a new computer.\n\nBe up and running in minutes rather than having to set all these tools up manually.\n\n## Getting started\n\n[Install homebrew](https://brew.sh/)\n\nClone this repository\n\n```\ngit clone https://github.com/timja/dotfiles-example.git\n```\n\nReview the apps in `install.conf.yaml` and add any extras you want.\n\nRun `./install`\n\n### Configure apps\n\n#### Starship\n\nStarship is a nice terminal prompt tool follow it's [installation guide](https://starship.rs/guide) after the install script has been run.\n\n#### GitHub CLI\n\nRun `gh auth login`\n\nThis will ask you how you want to authenticate to GitHub and then prompt you to login to GitHub in the web browser and enter a code in your terminal.\n\n#### Gitconfig\n\nEnsure you setup your gitconfig or add it to your own fork of this repository.\n\n`~/.config/git/config`:\n```\n[user]\n\tname = \u003cyour name\u003e\n\tuseConfigOnly = true\n\temail = \u003cyour email\u003e\n```\n\nConsider signing your commits to prove it was you who authored them.\nSSH signing is easier than GPG.\n\nFollow the [GitHub documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key#telling-git-about-your-ssh-key)\n\nYou need to add your SSH key to your ssh-agent with `ssh-add $ssh-key`.\n\nIf you configured the GitHub CLI to use SSH auth in the previous step you can use that for your signing key as well, just add it at [SSH and GPG keys](https://github.com/settings/keys).\n\n### Casks\n\nMake sure you open all the apps once from the casks section.\nRectangle and maccy will need accessibility permissions to work.\n\n### Advanced usage\n\nIt's recommended that you fork the repository and add your own files, config and applications.\n\nI have this at top of my `install.conf.yaml` which manages most of my dotfiles:\n\n```yaml\n- defaults:\n    link:\n      relink: true\n      force: true\n\n- clean: ['~']\n\n- link:\n    ~/.m2/settings.xml:\n    ~/bin: bin\n    ~/.config/:\n      glob: true\n      path: config/*\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimja%2Fdotfiles-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimja%2Fdotfiles-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimja%2Fdotfiles-example/lists"}