{"id":30294713,"url":"https://github.com/drewhannay/dotfiles","last_synced_at":"2026-05-03T20:34:48.668Z","repository":{"id":146814475,"uuid":"293949404","full_name":"drewhannay/dotfiles","owner":"drewhannay","description":"Drew's dotfiles","archived":false,"fork":false,"pushed_at":"2024-04-17T21:19:54.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-17T22:29:47.611Z","etag":null,"topics":["bash","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/drewhannay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-09-08T23:20:35.000Z","updated_at":"2024-04-17T22:29:47.611Z","dependencies_parsed_at":"2024-02-26T21:25:02.200Z","dependency_job_id":"6203a32c-d6af-4fc0-bb31-3e04b359787a","html_url":"https://github.com/drewhannay/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drewhannay/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewhannay%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewhannay%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewhannay%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewhannay%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drewhannay","download_url":"https://codeload.github.com/drewhannay/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewhannay%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270796186,"owners_count":24647319,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash","dotfiles"],"created_at":"2025-08-17T01:36:14.092Z","updated_at":"2025-09-24T17:20:22.336Z","avatar_url":"https://github.com/drewhannay.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drew's dotfiles\n\n## Installation\n\n**Warning:** If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!\n\n### Using Git and the install script\n\nYou can clone the repository wherever you want. The install script will pull in the latest version and copy the files to your home folder.\n\n```bash\ngit clone git@github.com:drewhannay/dotfiles.git \u0026\u0026 cd dotfiles \u0026\u0026 source install.sh\n```\n\nTo update, `cd` into your local `dotfiles` repository and then:\n\n```bash\nsource install.sh\n```\n\nAlternatively, to update while avoiding the confirmation prompt:\n\n```bash\nset -- -f; source install.sh\n```\n\n### Specify the `$PATH`\n\nIf `~/.path` exists, it will be sourced along with the other files, before any feature testing (such as [detecting which version of `ls` is being used](https://github.com/drewhannay/blob/main/.aliases#L3-L10)) takes place.\n\nHere’s an example `~/.path` file that adds `/usr/local/bin` to the `$PATH`:\n\n```bash\nexport PATH=\"/usr/local/bin:$PATH\"\n```\n\n### Add custom commands\n\nIf `~/.extra` exists, it will be sourced along with the other files. You can use this to add commands you don’t want to commit to a public repository.\n\nMy `~/.extra` looks something like this:\n\n```bash\n# Git credentials\n# Not in the repository, to prevent people from accidentally committing under my name\nGIT_AUTHOR_NAME=\"Drew Hannay\"\nGIT_COMMITTER_NAME=\"$GIT_AUTHOR_NAME\"\ngit config --global user.name \"$GIT_AUTHOR_NAME\"\nGIT_AUTHOR_EMAIL=\"drew@example.com\"\nGIT_COMMITTER_EMAIL=\"$GIT_AUTHOR_EMAIL\"\ngit config --global user.email \"$GIT_AUTHOR_EMAIL\"\n```\n\nYou could also use `~/.extra` to override settings, functions and aliases from my dotfiles repository. It’s probably better to [fork this repository](https://github.com/drewhannay/dotfiles/fork) instead, though.\n\n#### Credits\n\nInspired by (and many functions copied from) https://github.com/mathiasbynens/dotfiles","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewhannay%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrewhannay%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewhannay%2Fdotfiles/lists"}