{"id":16954959,"url":"https://github.com/binaryk/dotfiles","last_synced_at":"2026-03-11T13:41:01.561Z","repository":{"id":62637959,"uuid":"238069702","full_name":"binaryk/dotfiles","owner":"binaryk","description":"Personal dotfiles","archived":false,"fork":false,"pushed_at":"2026-02-16T14:44:35.000Z","size":2577,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-16T22:23:35.973Z","etag":null,"topics":[],"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/binaryk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":["binaryk"]}},"created_at":"2020-02-03T21:53:55.000Z","updated_at":"2026-02-16T14:44:45.000Z","dependencies_parsed_at":"2025-01-26T08:33:51.332Z","dependency_job_id":null,"html_url":"https://github.com/binaryk/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/binaryk/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryk%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryk%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryk%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryk%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binaryk","download_url":"https://codeload.github.com/binaryk/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryk%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30382674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T12:49:11.341Z","status":"ssl_error","status_checked_at":"2026-03-11T12:46:41.342Z","response_time":84,"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":[],"created_at":"2024-10-13T22:10:56.937Z","updated_at":"2026-03-11T13:41:01.543Z","avatar_url":"https://github.com/binaryk.png","language":"Shell","funding_links":["https://github.com/sponsors/binaryk"],"categories":[],"sub_categories":[],"readme":"# Eduard's Dotfiles\n\nThis is a repository forked from @driesvints. Check it out: https://github.com/driesvints/dotfiles.\n\n## ZSH custom configurations\n\n![Terminal Setup](/docs/zsh.png)\n\n## A Fresh macOS Setup\n\nThese instructions are for when you've already set up your dotfiles. If you want to get started with your own dotfiles you can [find instructions below](#your-own-dotfiles).\n\n### Before you re-install\n\nFirst, go through the checklist below to make sure you didn't forget anything before you wipe your hard drive.\n\n- Did you commit and push any changes/branches to your git repositories?\n- Did you remember to save all important documents from non-iCloud directories?\n- Did you save all of your work from apps which aren't synced through iCloud?\n- Did you remember to export important data from your local database?\n- Did you update [mackup](https://github.com/lra/mackup) to the latest version and ran `mackup backup`?\n\n### Installing macOS cleanly\n\nAfter going to our checklist above and making sure you backed everything up, we're going to cleanly install macOS with the latest release. Follow [this article](https://www.imore.com/how-do-clean-install-macos) to cleanly install the latest macOS version.\n\n### Setting up your Mac\n\nIf you did all of the above you may now follow these install instructions to setup a new Mac.\n\n1. Update macOS to the latest version with the App Store\n2. Install Xcode from the App Store, open it and accept the license agreement\n3. Install macOS Command Line Tools by running `xcode-select --install`\n4. Copy your public and private SSH keys to `~/.ssh` and make sure they're set to `600`\n5. Clone this repo to `~/.dotfiles`\n6. Install [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh#getting-started)\n6. Run `install.sh` to start the installation\n7. After mackup is synced with your cloud storage, restore preferences by running `mackup restore`\n8. Restart your computer to finalize the process\n\nYour Mac is now ready to use!\n\n\u003e Note: you can use a different location than `~/.dotfiles` if you want. Just make sure you also update the reference in the [`.zshrc`](./.zshrc) file.\n\n## Your Own Dotfiles\n\n**Please note that the instructions below assume you already have set up Oh My Zsh so make sure to first [install Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh#getting-started) before you continue.**\n\nIf you want to start with your own dotfiles from this setup, it's pretty easy to do so. First of all you'll need to fork this repo. After that you can tweak it the way you want.\n\nGo through the [`.macos`](./.macos) file and adjust the settings to your liking. You can find much more settings at [the original script by Mathias Bynens](https://github.com/mathiasbynens/dotfiles/blob/master/.macos) and [Kevin Suttle's macOS Defaults project](https://github.com/kevinSuttle/MacOS-Defaults).\n\nCheck out the [`Brewfile`](./Brewfile) file and adjust the apps you want to install for your machine. Use [their search page](https://caskroom.github.io/search) to check if the app you want to install is available.\n\nCheck out the [`aliases.zsh`](./aliases.zsh) file and add your own aliases. If you need to tweak your `$PATH` check out the [`path.zsh`](./path.zsh) file. These files get loaded in because the `$ZSH_CUSTOM` setting points to the `.dotfiles` directory. You can adjust the [`.zshrc`](./.zshrc) file to your liking to tweak your Oh My Zsh setup. More info about how to customize Oh My Zsh can be found [here](https://github.com/robbyrussell/oh-my-zsh/wiki/Customization).\n\nWhen installing these dotfiles for the first time you'll need to backup all of your settings with Mackup. Install Mackup and backup your settings with the commands below. Your settings will be synced to iCloud so you can use them to sync between computers and reinstall them when reinstalling your Mac. If you want to save your settings to a different directory or different storage than iCloud, [checkout the documentation](https://github.com/lra/mackup/blob/master/doc/README.md#storage). Also make sure your `.zshrc` file is symlinked from your dotfiles repo to your home directory. \n\n```zsh\nbrew install mackup\nmackup backup\n```\n\nYou can tweak the shell theme, the Oh My Zsh settings and much more. Go through the files in this repo and tweak everything to your liking.\n\nEnjoy your own Dotfiles!\n\n## Thanks To...\n\nThanks to Vints, since I first got the idea from the @driesvints and his [Laracast lesson](https://laracasts.com/series/guest-spotlight/episodes/1) with his setup.\n\nIn general, I'd like to thank every single one who open-sources their dotfiles for their effort to contribute something to the open-source community. Your work means the world! :earth_africa: :heart:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryk%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinaryk%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryk%2Fdotfiles/lists"}