{"id":16504534,"url":"https://github.com/22a/dotfiles","last_synced_at":"2025-07-01T03:07:40.396Z","repository":{"id":87798369,"uuid":"41811114","full_name":"22a/dotfiles","owner":"22a","description":":radio_button: vim, zsh, tmux dotfiles","archived":false,"fork":false,"pushed_at":"2024-10-23T12:12:58.000Z","size":645,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T14:21:23.033Z","etag":null,"topics":["dotfiles","tmux","vim","zsh"],"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/22a.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":"2015-09-02T15:58:33.000Z","updated_at":"2024-10-23T12:13:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8f3e011-9c0d-41f5-b4f8-d6380904aed6","html_url":"https://github.com/22a/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/22a/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/22a%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/22a%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/22a%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/22a%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/22a","download_url":"https://codeload.github.com/22a/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/22a%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262887200,"owners_count":23379768,"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":["dotfiles","tmux","vim","zsh"],"created_at":"2024-10-11T15:03:45.959Z","updated_at":"2025-07-01T03:07:40.367Z","avatar_url":"https://github.com/22a.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg\n  src=\"https://user-images.githubusercontent.com/7144173/43552691-6fec96a4-95e3-11e8-8bb3-51bcc6d5e77f.jpg\"\n  width=\"500px\"\n  alt=\"Cute dalmatian\"\n  title=\"A cute dog with coat full of dots\"\n  align=\"right\"\n/\u003e\n\n# [22a's](https://github.com/22a) dotfiles\n\n\nConfiguration files for vim, zsh, tmux, and a script to bootstrap a new machine an adequately acceptable state.\n\n## ⚠ Warnings ⚠\nThe bootstrap script has been written with a fresh install in mind, it assumes a blank canvas.\n**It will forcibly symlink over your dotfiles** if you let it.\n\n## Installation\nInstall system specific build tools homebrew will need:\n```bash\n# macOS, this opens gui dialogs, click accept, etc.\nxcode-select --install\n```\n\nClone this repo:\n```bash\ngit clone https://github.com/22a/dotfiles.git; cd dotfiles;\n```\n\nRun the bootstrap script:\n```bash\n# this will install brew as a first step, the following steps depend on the\n# packages from brew so you'll need to make sure `brew` is on $PATH after the\n# brew install completes. it's safe to re-run `./bootstrap.sh --all` after,\n# it'll pick up where it left off\n\n./bootstrap.sh --all\n```\n\n## Post-install configuration\nRelaunch your terminal, it'll load the [zim](https://github.com/zimfw/zimfw) packages.\n\n### Things you'll have to set up manually\n- Generate a new ssh key\n    ```bash\n    ssh-keygen -t ed25519 -C \"your@email.ie\"\n    ```\n    - Add it to ssh-agent\n        ```bash\n        ssh-add --apple-use-keychain ~/.ssh/id_ed25519\\\n        ```\n    - Add it to GitHub - using `gh`\n        ```bash\n        gh auth login\n        ```\n- Update the remote for this repo so we can push changes\n    ```bash\n    git remote set-url origin git@github.com:22a/dotfiles.git\n    ```\n- Populate `~/.gituser` file\n    ```gitconfig\n    [user]\n      email = your@email.ie\n      name = Peter Meehan\n      signingkey = DEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEF\n    ```\n    where `signingkey` is the fingerprint for your gpg key, visible under `gpg --list-keys`\n\n### macOS specific manual setup steps\n- Remove guest user\n- Set up the default iTerm2 profile with a new colorscheme\n  - https://github.com/catppuccin/iterm, specifically [mocha](https://github.com/catppuccin/iterm/blob/main/colors/catppuccin-mocha.itermcolors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F22a%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F22a%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F22a%2Fdotfiles/lists"}