{"id":28962559,"url":"https://github.com/connorpower/dotfiles","last_synced_at":"2026-04-02T04:47:14.574Z","repository":{"id":45972727,"uuid":"219474587","full_name":"connorpower/dotfiles","owner":"connorpower","description":"My crossplatfom Arch, macOS, and Windows dotfiles.","archived":false,"fork":false,"pushed_at":"2024-07-28T20:42:39.000Z","size":2505,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T05:49:52.770Z","etag":null,"topics":["archlinux","dotfiles","macos","neovim","windows","zsh"],"latest_commit_sha":null,"homepage":"","language":"Python","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/connorpower.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":"2019-11-04T10:26:06.000Z","updated_at":"2024-07-28T20:42:41.000Z","dependencies_parsed_at":"2024-07-28T21:53:51.201Z","dependency_job_id":null,"html_url":"https://github.com/connorpower/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/connorpower/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorpower%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorpower%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorpower%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorpower%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/connorpower","download_url":"https://codeload.github.com/connorpower/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorpower%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261595751,"owners_count":23182245,"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":["archlinux","dotfiles","macos","neovim","windows","zsh"],"created_at":"2025-06-24T03:07:52.337Z","updated_at":"2025-12-30T20:06:44.479Z","avatar_url":"https://github.com/connorpower.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nThese are my dotfiles common configs. They aren't intended to be useful to\nanyone other than myself.\n\n## Organization\n\nFiles are organized by topic:\n\n- **git**: everything relating to git (aliases, configs, etc).\n- **nvim**: nvim configuration and plugins.\n- **zsh/rc**: primary zshrc file\n- **zsh/zsh.d/***: purpose or os-specific zsh includes\n- **tty**: everything related to terminal configuration (\n  [Kitty](https://sw.kovidgoyal.net/kitty/)).\n- **bin**: utilities of various kinds\n- ... etc.\n\n## bootstrap.sh\n\nThe `bootstrap.sh` script will install the dotfiles in their respective\nlocations.\n\n### Configuration\n\nThe only part of the script which needs to be changed is the `FILES` array at\nthe start of `bootstrap.sh`. The `FILES` array contains a mapping of\nevery file in the repository and the location it should be linked to.\n\n```sh\ndeclare -a FILES=(\n    'zsh/rc               -\u003e ~/.zshrc'\n    'zsh/zsh.d            -\u003e ~/.config/zsh.d'\n    'git/gitconfig        -\u003e ~/.gitconfig'\n    'git/gitignore_global -\u003e ~/.gitignore_global'\n    'git/tigrc            -\u003e ~/.tigrc'\n    'nvim/init.lua        -\u003e ~/.config/nvim/init.lua'\n    # ... etc\n)\n```\n\n### Usage\n\n```\nUsage: ./bootstrap.sh [-h|--help] [-f] [-d] [-l]\n    --help | -h\n        Prints this menu\n    -d\n        Dry run. Echoes the commands which would be executed to\n        stdout but doesn't modify anything.\n    -f\n        Force. Overwrites any existing files.\n    -l\n        Lists the files that would be installed by this program. Each\n        full path is printed on a new line making the output suitable\n        for piping to xargs or using as a for-loop input, i.e:\n\n            for file in $(./bootstrap.sh -l); do\n                ls -lah \"$file\";\n            done\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnorpower%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnorpower%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnorpower%2Fdotfiles/lists"}