{"id":18926022,"url":"https://github.com/murshidazher/dotfiles","last_synced_at":"2026-04-29T20:33:37.904Z","repository":{"id":44574697,"uuid":"307170055","full_name":"murshidazher/dotfiles","owner":"murshidazher","description":"🍎  A dogmatic script to set up a new Mac, or if I flush my current one.","archived":false,"fork":false,"pushed_at":"2022-02-18T21:36:11.000Z","size":1898,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T18:59:07.864Z","etag":null,"topics":["bash","dotfiles","env","intel","mac","macos","new-machine","shell-script"],"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/murshidazher.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}},"created_at":"2020-10-25T18:55:11.000Z","updated_at":"2025-10-04T13:56:03.000Z","dependencies_parsed_at":"2022-09-03T04:42:56.560Z","dependency_job_id":null,"html_url":"https://github.com/murshidazher/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/murshidazher/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murshidazher%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murshidazher%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murshidazher%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murshidazher%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murshidazher","download_url":"https://codeload.github.com/murshidazher/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murshidazher%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","env","intel","mac","macos","new-machine","shell-script"],"created_at":"2024-11-08T11:14:16.723Z","updated_at":"2026-04-29T20:33:37.869Z","avatar_url":"https://github.com/murshidazher.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/murshidazher/this-mac/main/docs/logo.jpg\" width=\"90px\"\u003e\n\n# [dotfiles](https://git.io/dotfiles-mac)\n\n\u003e My personal installation script to automate any new macOS system setup so I don't need to feel poor.\n\n- A dogmatic script to set up my mac. Built for Mac OS X :fire: :fire:\n\n## Table of Contents\n\n- [dotfiles](#dotfiles)\n  - [Table of Contents](#table-of-contents)\n  - [Installing / Getting started](#installing--getting-started)\n    - [Setup](#setup)\n  - [What's in the box](#whats-in-the-box)\n    - [Highlights](#highlights)\n    - [Basic](#basic)\n    - [Rules of `dev` directory](#rules-of-dev-directory)\n    - [Updating vscode plugin list](#updating-vscode-plugin-list)\n    - [gpg sign](#gpg-sign)\n  - [Acknowledgements](#acknowledgements)\n  - [TODO](#todo)\n  - [License](#license)\n\n## Installing / Getting started\n\n\u003e ⚠️ Scripts in this project performs automated tasks. Review the code first and use at your own risk! ⚠️\n\n### Setup\n\nTo setup simply open the terminal, then:\n\n```sh\nbash -c \"`curl -L https://git.io/dotfiles-mac`\"\n```\n\n## What's in the box\n\n### Highlights\n\n- **Basic Tools** [Homebrew](https://brew.sh/) - Package Manager for macOS\n- [Cask](https://github.com/Homebrew/homebrew-cask) - speed installation and management of GUI macOS applications.\n- [mas](https://github.com/mas-cli/mas) - to install AppStore applications\n\n### Basic\n\n- [Magnet](https://magnet.crowdcafe.com/) - Window manager\n- [iterm2](https://iterm2.com/) - macOS terminal replacement\n- [dash](https://kapeli.com/dash) - API documentation set\n- [ispell](https://www.gnu.org/software/ispell/) - spelling checker for Unix\n\n### Rules of `dev` directory\n\n\u003e outside the `src` we can have directory such as `sandbox` and etc...\n\nThere are some rules when naming a directory inside the `dev`;\n\n- All directories are lowercase.\n- All directories are kebab case (that I can control).\n- There is a directory named `src`.\n- `src` contains a directory for each git platform.\n- Inside each git platform is only repo names.\n- Add your secrets and work aliases in the root directory.\n\n### Updating vscode plugin list\n\nKeeping the plugin list up to date requires manual work (like with Homebrew), and you can update the extension list by running:\n\n```sh\ncodexm\n```\n\n### gpg sign\n\n\u003e Read this[stackoverflow](https://stackoverflow.com/questions/39494631/gpg-failed-to-sign-the-data-fatal-failed-to-write-commit-object-git-2-10-0) for troubleshooting.\n\n```sh\n\u003e gpg --list-keys\n\u003e git config --global user.signingkey [public key ID]\n```\n\n## Acknowledgements\n\nCredit, inspiration and thanks to:\n\n- [Mathias Bynens](https://github.com/mathiasbynens/dotfiles)\n- [Simon Boudrias](https://github.com/SBoudrias/dotfiles)\n- [Nina Zakharenko](https://github.com/nnja/new-computer)\n- [Aaron Bates](https://github.com/aaronbates/dotfiles)\n- [SimonAdler](https://github.com/SimonAdler/dotfiles-1) - for BATS and Make file creations\n- [webpro](https://github.com/webpro/dotfiles) - for react native setup\n- :burrito: [digital mac base icon](https://dribbble.com/shots/6185043-Pixelado) by Gustavo Zambelli\n\nand many more...\n\n## TODO\n\n- [ ] Finish react native settings, flutter and mobile development setup script\n- [x] [https://dev.to/0xdonut/how-to-install-flutter-on-macos-using-homebrew-and-asdf-3loa](https://dev.to/0xdonut/how-to-install-flutter-on-macos-using-homebrew-and-asdf-3loa)\n- [ ] Add make file installation\n- [ ] Add [zsh](https://github.com/jsstrn/dotfiles/blob/master/zsh/.zshrc) plugin management for m1\n- [ ] Organize macOS launchpad apps using [lporg](https://github.com/blacktop/lporg)\n- [ ] Better management of language versions [dotfiles](https://github.com/scflode/dotfiles/tree/master/installer/versions)\n- [ ] Migrate from [bash to zsh](https://aboutmonica.com/blog/setting-up-zsh-with-autosuggestions) in m1\n- [ ] [Docker flutter github](https://github.com/matsp/docker-flutter)\n\n## License\n\n[MIT](https://github.com/murshidazher/dotfiles/blob/main/LICENSE) \u0026copy; 2020-2021 Murshid Azher.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurshidazher%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurshidazher%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurshidazher%2Fdotfiles/lists"}