{"id":19662355,"url":"https://github.com/axeldotdev/dotfiles","last_synced_at":"2025-09-09T06:54:29.539Z","repository":{"id":184873507,"uuid":"672607658","full_name":"axeldotdev/dotfiles","owner":"axeldotdev","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-30T14:10:50.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T14:44:23.114Z","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/axeldotdev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-30T16:51:58.000Z","updated_at":"2025-06-30T14:10:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d9f554b-427c-4292-9eaa-ef931b15b89c","html_url":"https://github.com/axeldotdev/dotfiles","commit_stats":null,"previous_names":["axeldotdev/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/axeldotdev/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axeldotdev","download_url":"https://codeload.github.com/axeldotdev/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274258959,"owners_count":25251592,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-11T16:10:49.914Z","updated_at":"2025-09-09T06:54:29.337Z","avatar_url":"https://github.com/axeldotdev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://banners.beyondco.de/Axeldotdev's%20Dotfiles.png?theme=light\u0026packageManager=\u0026packageName=axeldotdev%2Fdotfiles\u0026pattern=topography\u0026style=style_1\u0026description=Install+your+Macbook+from+A+to+Z\u0026md=1\u0026showWatermark=1\u0026fontSize=100px\u0026images=clipboard-list\"\u003e\u003c/p\u003e\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\nMy dotfiles are massively inspired from [Dries Vints](https://github.com/driesvints)!\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 backup 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 setup 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/axeldotdev/dotfiles/HEAD/ssh.sh | sh -s \"\u003cyour-email-address\u003e\"\n   ```\n\n3. Clone this repo to `~/.dotfiles` with:\n\n    ```zsh\n    git clone --recursive git@github.com:axeldotdev/dotfiles.git ~/.dotfiles\n    ```\n\n4. Run the installation with:\n\n    ```zsh\n    cd ~/.dotfiles \u0026\u0026 ./fresh.sh\n    ```\n\n5. Start `Herd.app` and run its install process\n6. After mackup is synced with your cloud storage, restore preferences by running `mackup restore`\n7. Restart your computer to finalize the process\n\nYour Mac is now ready to use!\n\n\u003e 💡 You can use a different location than `~/.dotfiles` if you want. Make sure you also update the reference in the [`.zshrc`](./.zshrc#L2) file.\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### Explanations\n\nThis repository contains some cool files!\n\n- **.gitignore_global** make sure some files and folders are excluded, even if your projet don't have a .gitignore file\n- **ssh.sh** helps you create your SSH keys if you don't have one\n- **aliases.zsh** list some usefull (and less usefull) commands\n- **path.zsh** manage the $PATH variable of your Mac\n- **minimal.zsh-theme** is a simple but cool theme for your terminal\n- **Brewfile** list all the applications to install via Brew\n- **.macos** configure your Mac\n- **.zshrc** is your Shell settings file, it's symlink to your Mac user\n- **fresh.sh** install the all thing\n- **vscode/** contains the settings and keybindings json files and list extensions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxeldotdev%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxeldotdev%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxeldotdev%2Fdotfiles/lists"}