{"id":13496211,"url":"https://github.com/crispgm/dotfiles","last_synced_at":"2025-04-06T02:09:44.652Z","repository":{"id":16190817,"uuid":"18937442","full_name":"crispgm/dotfiles","owner":"crispgm","description":"dotfiles to provision a new macOS with cosy dev setups","archived":false,"fork":false,"pushed_at":"2025-02-20T10:06:42.000Z","size":4411,"stargazers_count":104,"open_issues_count":0,"forks_count":13,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-30T01:09:15.044Z","etag":null,"topics":["brewfile","dotfiles","mac-bootstrap","mac-dotfiles","mac-setup","neovim-dotfiles","rcm","shell","sync"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":false,"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/crispgm.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":"2014-04-19T08:52:45.000Z","updated_at":"2025-03-07T11:39:31.000Z","dependencies_parsed_at":"2023-12-31T04:18:27.355Z","dependency_job_id":"f124e24d-ba4a-4f66-8bf4-fc3f08f2b5c9","html_url":"https://github.com/crispgm/dotfiles","commit_stats":{"total_commits":711,"total_committers":3,"mean_commits":237.0,"dds":0.00421940928270037,"last_synced_commit":"b3194b1a792933fe09e63c9dd5d229f7e50f84d2"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispgm%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispgm%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispgm%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispgm%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crispgm","download_url":"https://codeload.github.com/crispgm/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423515,"owners_count":20936626,"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":["brewfile","dotfiles","mac-bootstrap","mac-dotfiles","mac-setup","neovim-dotfiles","rcm","shell","sync"],"created_at":"2024-07-31T19:01:43.950Z","updated_at":"2025-04-06T02:09:44.632Z","avatar_url":"https://github.com/crispgm.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# dotfiles\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshots/v2-nvim-and-tmux.png\" width=\"600\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/crispgm/dotfiles/workflows/build/badge.svg\" alt=\"GitHub CI\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/platform-macOS-lightgray.svg\" alt=\"platform\" /\u003e\n\u003c/p\u003e\n\n## Introduction\n\nThis is a dotfiles project which may be used to provision a new macOS with cosy dev setups.\nAnd it is tested with GitHub Actions CI. The checkbox denotes whether it is done by `bootstrap`.\nMore screenshots [here](screenshots).\n\nInspired by [KrauseFx/new-mac](https://github.com/KrauseFx/new-mac).\n\nFor Arch Linux, please refer to [crispgm/arch-linux-dotfiles](https://github.com/crispgm/arch-linux-dotfiles).\n\n## Bootstrap\n\n```shell\n$ xcode-select --install # or download here \u003chttps://developer.apple.com/download/more/\u003e\n$ git clone --recursive https://github.com/crispgm/dotfiles.git\n# Login to AppStore with Apple ID, since there are MAS apps in Brewfile\n$ cd dotfiles\n$ ./bootstrap\n```\n\n## Project Layout\n\n- `bootstrap`: entry point of dotfiles bootstrapping.\n- `Brewfile`: all Homebrew formulae and casks managed by Homebrew Bundle.\n- `rc`: dotfiles managed by [rcm](https://github.com/thoughtbot/rcm).\n- `app`: customized boostrapping scripts for applications.\n\n## Dev Setups\n\n### Terminal \u0026 Shell\n\n- [x] Install [Homebrew](https://brew.sh)\n- [x] Setup Hostname `sudo scutil --set HostName david-macbook`\n- [x] Install softwares and fonts from [Brewfile](https://github.com/crispgm/dotfiles/blob/master/Brewfile) with `brew bundle`. HINT: Login to AppStore at first. Some of the applications from Mac App Store may need purchase.\n- [x] Install `zsh`, `oh-my-zsh` and setup `.zshrc`\n- [x] Setup Alacritty\n- [x] Setup tmux\n- [x] Setup Neovim\n\n### Git\n\n- [x] Git global config\n- [x] Git work config\n\n### Ruby\n\n- [x] Setup `.gemrc`\n- [x] Setup bundler's mirror: `bundle config mirror.https://rubygems.org https://gems.ruby-china.com` if you locate in China mainland\n\n### VSCode\n\n- [x] Create `code` SymLink: `sudo ln -s /Applications/Visual\\ Studio\\ Code.app/Contents/Resources/app/bin/code ~/Applications/code`\n- [x] Install `Setting Sync` extensions and then sync settings\n\n### File Sync\n\n- [x] Install your favorite file sync service (e.g. Dropbox, Google Drive, One Drive ... I prefer Dropbox because it works with Alfred)\n- [ ] Setup syncing folder for apps (e.g. Alfred, Dash ...)\n\n### Karabiner\n\n- [x] Setup `karabiner.json`\n\n## macOS Setups\n\n### Trackpad\n\n- [ ] Tap to click\n- [ ] Seconary click: Click in bottom right corner\n\n### Control Center\n\n#### Battery\n\n- [ ] Show Battery in Control Center\n- [ ] Show percentage\n\n#### Time\n\n- [ ] Set time zone automatically using current location\n- [ ] Use a 24-hour clock and show date\n\n#### Siri\n\n- [ ] Disable Siri system wide and remove Siri button from Touch Bar\n\n### Finder\n\n- [ ] New Finder show Desktop\n- [ ] Remove labels and clean up Sidebar\n\n### Dock\n\n- [ ] Change to the size you like\n- [ ] Cancel: Show recent application in Dock\n- [ ] Downloads: View content as Grid\n- [ ] Add blank seperator: `defaults write com.apple.dock persistent-apps -array-add '{tile-type=\"spacer-tile\";}'`\n\n## Optional Setups\n\n### bash\n\n- [x] Setup shell login promtp with `motd`: ASCII art is generated with \u003chttp://patorjk.com/software/taag/\u003e\n- [x] Setup `.bash_profile` `.bashrc`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrispgm%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrispgm%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrispgm%2Fdotfiles/lists"}