{"id":15874408,"url":"https://github.com/milldr/setup","last_synced_at":"2025-10-06T08:20:45.742Z","repository":{"id":211316054,"uuid":"728803457","full_name":"milldr/setup","owner":"milldr","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-14T15:10:56.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T09:09:10.122Z","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/milldr.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":"2023-12-07T18:20:46.000Z","updated_at":"2024-05-14T15:11:00.000Z","dependencies_parsed_at":"2023-12-29T19:26:21.932Z","dependency_job_id":"5ab90f40-b371-41a8-b008-4b68b6b54e65","html_url":"https://github.com/milldr/setup","commit_stats":null,"previous_names":["milldr/setup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milldr%2Fsetup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milldr%2Fsetup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milldr%2Fsetup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milldr%2Fsetup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milldr","download_url":"https://codeload.github.com/milldr/setup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246724802,"owners_count":20823543,"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-06T01:22:09.020Z","updated_at":"2025-10-06T08:20:40.703Z","avatar_url":"https://github.com/milldr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup\n\nThis is what I like to install. Stored here for easier access between machines.\n\n### Brew\n\nInstall homebrew\n\n```console\ncurl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh \u003e install-brew.sh\n./install-brew.sh\n```\n\nInstall all brew packages\n\n```\nbrew bundle\n```\n\n### git\n\n1. Copy `.gitconfig`: https://gist.github.com/milldr/37120c982e2a2a7df557bb21a5840712\n1. Setup pre-commit\n\n```console\nDIR=~/.git-template\ngit config --global init.templateDir ${DIR}\npre-commit init-templatedir -t pre-commit ${DIR}\npre-commit install\n```\n\n3. Setup `prepare-commit-msg` and `aicommit`: [ref](https://github.com/janniks/prepare-commit-msg/blob/master/README.md)\n\n```console\nsh \u003c(curl -s https://raw.githubusercontent.com/janniks/prepare-commit-msg/master/scripts/install.sh)\naicommits hook install\n```\n\n### Neovim\n\nNeovim is installed in Brewfile. Copy config\n\n```console\ncp -r config/nvim ~/.config/\n```\n\nInstall [vim-plug](https://github.com/junegunn/vim-plug#neovim)\n\n```console\nsh -c 'curl -fLo \"${XDG_DATA_HOME:-$HOME/.local/share}\"/nvim/site/autoload/plug.vim --create-dirs \\\n       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'\n```\n\nInstall plugins. Start neovim and run `PlugInstall`\n\n\n### iterm2\n\nSetup iTerm2 to automatically load and update settings:\n\n```console\n./iterm.sh\n```\n\n### zsh\n\nCopy config\n\n```console\ncp config/zshrc ~/.zshrc\n```\n\n### python\n\nUpgrade pip and install all requirements\n\n```console\npython3 -m pip install --upgrade pip\npip3 install -r requirements.txt\n```\n\n### make\n\n```console\nPATH=\"$HOMEBREW_PREFIX/opt/make/libexec/gnubin:$PATH\"\n```\n\n### aicommit\n\nhttps://github.com/Nutlope/aicommits\n\n```console\nnpm install -g aicommits\n```\n\n### Additional Setup\n\nHarvest: https://apps.apple.com/us/app/harvest/id506189836?ls=1\u0026mt=12\n\nRosetta is required for AWS VPN:\n\n```console\nsudo softwareupdate --install-rosetta\n```\n\n### Favorites, bookmarks\n\n- [excalidraw](https://app.excalidraw.com/)\n- [ChatGPT](https://chat.openai.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilldr%2Fsetup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilldr%2Fsetup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilldr%2Fsetup/lists"}