{"id":23701246,"url":"https://github.com/cornips/dotfiles","last_synced_at":"2026-01-29T11:30:16.529Z","repository":{"id":228336293,"uuid":"588193601","full_name":"cornips/dotfiles","owner":"cornips","description":"Dotfiles to setup and maintain my preferred setup","archived":false,"fork":false,"pushed_at":"2025-02-03T14:11:38.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T14:45:21.868Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cornips.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-01-12T14:48:39.000Z","updated_at":"2025-02-03T14:11:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"cdeccaff-b59d-423b-9872-9362cfb19777","html_url":"https://github.com/cornips/dotfiles","commit_stats":null,"previous_names":["cornips/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornips%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornips%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornips%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornips%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cornips","download_url":"https://codeload.github.com/cornips/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239776697,"owners_count":19695154,"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-12-30T09:33:14.068Z","updated_at":"2026-01-29T11:30:16.481Z","avatar_url":"https://github.com/cornips.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cornips's Dotfiles\n\n## Introduction\n\nThis repository serves as my way to help me setup and maintain my Mac. It takes the effort out of installing everything manually. Everything needed to install my preferred setup of macOS is detailed in this readme. Feel free to explore, learn and copy parts for your own dotfiles. Enjoy!\n\n💡 - [Learn how to build your own dotfiles](https://github.com/cornips/dotfiles#your-own-dotfiles)\n\n## A fresh macOS Setup\n\nThese instructions are for setting up new Mac devices.\n\n### Backup your data\n\nIf you're migrating from an existing Mac, you should first make sure to back up all of your existing data. Go through the checklist below to make sure you didn't forget anything before you migrate.\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### Setting up your Mac\n\nAfter backing up your old Mac you may now follow these install instructions to set up a new one.\n\n1. Update macOS to the latest version through system preferences\n2. [Generate a new public and private SSH key](https://docs.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) by running:\n\n   ```zsh\n   curl https://raw.githubusercontent.com/cornips/dotfiles/HEAD/ssh.sh | sh -s \"\u003cusername@computername\u003e\"\n   ```\n\n3. Clone this repo to `~/.dotfiles` with:\n\n    ```zsh\n    git clone git@github.com:cornips/dotfiles.git ~/.dotfiles\n    ```\n\n4. Run the installation with:\n\n    ```zsh\n    ~/.dotfiles/fresh.sh\n    ```\n\n5. After mackup is synced with your cloud storage, restore preferences by running `mackup restore`\n6. Restart your computer to finalize the process\n\nYour Mac is now ready to use!\n\n### Cleaning your old Mac (optionally)\n\nAfter you've set up your new Mac you may want to wipe and clean install your old Mac. Follow [this article](https://support.apple.com/guide/mac-help/erase-and-reinstall-macos-mh27903/mac) to do that. Remember to [backup your data](#backup-your-data) first!\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://formulae.brew.sh/cask/) 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 back up 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## Known issues\n\nWhen running `.macos` you may get a warning about `Could not write domain X; exiting`. Fix by running the following and then re-run `.macos`.\n    \n   ```zsh\n   chmod 700 ~/Library/Preferences/\n   sudo chown $(whoami) /Library/Preferences/\n   ```\n\n## Thanks to...\n\nThanks to [driesvints](https://github.com/driesvints/dotfiles) for his dotfiles, which I used as a starting point for this repository.\nI want to list some thankable links he posted in his repository.\n\n📖 - [Read driesvints's blog post](https://driesvints.com/blog/getting-started-with-dotfiles)  \n\n### Inspiration\n\n- [GitHub does dotfiles](https://dotfiles.github.io/)\n- [driesvints dofiles](https://github.com/driesvints/dotfiles)\n- [Zach Holman dofiles](https://github.com/holman/dotfiles)\n- [Mathias Bynens dofiles](https://github.com/mathiasbynens/dotfiles)\n\n\n- [Mac OS X Setup Guide](http://sourabhbajaj.com/mac-setup/)\n- [Minimal Zsh theme](https://github.com/subnixr/minimal)\n\n\n- [Emma Fabre's excellent presentation on Homebrew](https://speakerdeck.com/anahkiasen/a-storm-homebrewin)\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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornips%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcornips%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornips%2Fdotfiles/lists"}