Hi there 👋

Welcome to my blog! Here, I share cool tools, workflow tips for iOS development, and other stuff that interests me. Dive in and let’s geek out together!

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....

May 23, 2024 Â· 15 min