{"id":20316352,"url":"https://github.com/pnodet/dotfiles","last_synced_at":"2026-05-10T06:36:09.970Z","repository":{"id":138260632,"uuid":"337416821","full_name":"pnodet/dotfiles","owner":"pnodet","description":"my macOS quick install script","archived":false,"fork":false,"pushed_at":"2023-09-25T05:12:51.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T14:06:05.301Z","etag":null,"topics":["dotfiles","macos","macos-setup"],"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/pnodet.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-09T13:42:07.000Z","updated_at":"2023-03-04T03:31:27.000Z","dependencies_parsed_at":"2023-09-25T07:17:35.567Z","dependency_job_id":null,"html_url":"https://github.com/pnodet/dotfiles","commit_stats":null,"previous_names":["pnodet/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnodet%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnodet%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnodet%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnodet%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnodet","download_url":"https://codeload.github.com/pnodet/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241818897,"owners_count":20025210,"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":["dotfiles","macos","macos-setup"],"created_at":"2024-11-14T18:25:48.470Z","updated_at":"2026-05-10T06:36:09.958Z","avatar_url":"https://github.com/pnodet.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n## Prerequisites\n\n### Install Xcode Command Line Tools\n\n```sh\nxcode-select --install\nsudo xcodebuild -license accept\n```\n\n### Install Rosetta 2 (Apple Silicon Macs only)\n\n```sh\nsoftwareupdate --install-rosetta --agree-to-license\n```\n\n### Install Nix\n\n```sh\nsh \u003c(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install)\n```\n\n### Enable Nix flakes and nix-command\n\n```sh\nsudo mkdir -p /etc/nix\necho \"experimental-features = nix-command flakes\" | sudo tee -a /etc/nix/nix.conf\n```\n\n## Setup\n\n### Clone the repository\n\n```sh\ngit clone https://github.com/pnodet/dotfiles.git ~/.dotfiles\n```\n\n### Bootstrap Nix Darwin (first time only)\n\nFor M4 MacBook Pro:\n\n```sh\nsudo nix run nix-darwin -- switch --flake \".dotfiles#pnodet-mbp-m4\"\n```\n\nFor M1 MacBook Pro (home server):\n\n```sh\nsudo nix run nix-darwin -- switch --flake \".dotfiles#pnodet-mbp-m1\"\n```\n\n### Subsequent updates (after bootstrap)\n\n```sh\n# For M4 MacBook Pro\nsudo darwin-rebuild switch --flake \".dotfiles#pnodet-mbp-m4\"\n\n# For M1 MacBook Pro\nsudo darwin-rebuild switch --flake \".dotfiles#pnodet-mbp-m1\"\n```\n\n## Post-Setup\n\n### Install zsh4humans and setup shell configuration\n\nInstall zsh4humans:\n\n```sh\nif command -v curl \u003e/dev/null 2\u003e\u00261; then\n  sh -c \"$(curl -fsSL https://raw.githubusercontent.com/romkatv/zsh4humans/v5/install)\"\nelse\n  sh -c \"$(wget -O- https://raw.githubusercontent.com/romkatv/zsh4humans/v5/install)\"\nfi\n```\n\nSymlink the zshrc configuration:\n\n```sh\nln -sf ~/.dotfiles/.zshrc ~/.zshrc\n```\n\nReload your shell:\n\n```sh\nexec zsh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnodet%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpnodet%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnodet%2Fdotfiles/lists"}