{"id":18893043,"url":"https://github.com/iwarner/mac-setup","last_synced_at":"2026-04-16T10:35:22.637Z","repository":{"id":137557224,"uuid":"9741945","full_name":"iwarner/mac-setup","owner":"iwarner","description":"Mac OSX Development Configuration Bash Scripts","archived":false,"fork":false,"pushed_at":"2023-12-23T06:25:07.000Z","size":147,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-05-31T15:48:10.509Z","etag":null,"topics":["automated","bash","bash-script","dotfiles","mac","setup","shell"],"latest_commit_sha":null,"homepage":"https://drykiss.com","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/iwarner.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}},"created_at":"2013-04-29T05:59:32.000Z","updated_at":"2023-01-16T16:39:00.000Z","dependencies_parsed_at":"2023-12-23T07:27:22.591Z","dependency_job_id":"1ce2c190-6d01-4ca8-842a-bcdd7a29cc8f","html_url":"https://github.com/iwarner/mac-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iwarner/mac-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwarner%2Fmac-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwarner%2Fmac-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwarner%2Fmac-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwarner%2Fmac-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iwarner","download_url":"https://codeload.github.com/iwarner/mac-setup/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwarner%2Fmac-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"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":["automated","bash","bash-script","dotfiles","mac","setup","shell"],"created_at":"2024-11-08T08:07:10.610Z","updated_at":"2026-04-16T10:35:22.615Z","avatar_url":"https://github.com/iwarner.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nThese set of scripts are used at DryKiss to create a stable and consistent\ndevelopment machine.\n\n## Appreciation\n\nIf you like using this script and want to Flattr it please do so.\n\nSubmitting pull requests though and joining the community is appreciated just as much.\n\n[![Flattr this][2]][1]\n\n[1]: https://flattr.com/submit/auto?user_id=drykiss\u0026url=https://github.com/DryKiss/mac-setup\u0026title=Mac+OSX+Development+Scripts\u0026language=English\u0026tags=github,bash,mac,osx,development\u0026category=software\n[2]: http://api.flattr.com/button/flattr-badge-large.png\n\nThank you.\n\n## Requirements\n\nThe latest XCode must be installed before initiating these scripts\n\nThe script assumes an install directory of\n\n    $ cd ~\"/Documents/m/mac-setup\"\n\nPlease create this directory and then git clone the repository\n\n    $ mkdir -p ~/Documents/m/mac-setup\n    $ git clone git@github.com:DryKiss/mac-setup.git ~/Documents/m/mac-setup\n\n## Usage\n\nMake sure the bootstrap.sh is executable\n\n    $ cd ~/Documents/m/mac-setup\n    $ chmod u+x ./bootstrap.sh\n\nEdit the script to uncomment the items that need installing, leaving everything\nuncommented should be fine as there are checks to see if items are already configured.\n\n    $ cd ~/Documents/m/mac-setup\n    $ ./bootstrap.sh\n\nDotfiles should be edited here; or appended too when other programs edit them.\nAs running this script will overwrite them\n\n## Configuration\n\nEdit the dotfiles file with your specific details i.e. .gitconfig username and email.\n\n## Todo\n\n[Todo](TODO.md)\n\n## Changelog\n\n[Changelog](CHANGELOG.md)\n\n## Backup\n\n### Mac Book -\u003e DryKISS Portable\n\nrsync --perms \\\n --owner \\\n --group \\\n --times \\\n --links \\\n --devices \\\n --delete \\\n --delete-excluded \\\n --ignore-errors \\\n --recursive \\\n --progress \\\n --human-readable \\\n --exclude .DS_Store \\\n --exclude .next \\\n --exclude node_modules \\\n ~/Documents/ \\\n /Volumes/DryKISS\n\n### DryKISS Portable -\u003e Mac Book\n\nrsync --perms \\\n --owner \\\n --group \\\n --times \\\n --links \\\n --devices \\\n --delete \\\n --delete-excluded \\\n --ignore-errors \\\n --recursive \\\n --progress \\\n --human-readable \\\n --exclude node_modules \\\n --exclude .DS_Store \\\n /Volumes/DryKISS/ \\\n ~/Documents\n\n### iMac -\u003e DryKISS Portable\n\nrsync --perms \\\n --owner \\\n --group \\\n --times \\\n --links \\\n --devices \\\n --delete \\\n --delete-excluded \\\n --ignore-errors \\\n --recursive \\\n --progress \\\n --human-readable \\\n --exclude .DS_Store \\\n --exclude .next \\\n --exclude node_modules \\\n ~/Documents/ \\\n /Volumes/DryKISS\n\n### DryKISS Portable -\u003e iMac\n\nrsync --perms \\\n --owner \\\n --group \\\n --times \\\n --links \\\n --devices \\\n --delete \\\n --delete-excluded \\\n --ignore-errors \\\n --recursive \\\n --progress \\\n --human-readable \\\n --exclude .DS_Store \\\n --exclude m/movies \\\n --exclude .next \\\n --exclude node_modules \\\n/Volumes/DryKISS/ \\\n~/Documents\n\n## Bootable USB\n\n- \\$ sudo /Applications/Install\\ macOS\\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume\n- \\$ sudo /Applications/Install\\ macOS\\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwarner%2Fmac-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiwarner%2Fmac-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwarner%2Fmac-setup/lists"}