Mac for iOS development setup automation with Chezmoi
As someone who is both obsessed with automation and works on multiple machines simultaneously, it was only a matter of time before I attempted to automate my entire setup to ensure a consistent and seamless transition between devices. Now, I’m at the point where I can open a new Mac, set up access to GitHub, and just run the following command in the terminal: $GITHUB_USERNAME=almaz5200 sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply git@github....