Here I am, setting up a Macbook for the 999th time this year. For better or worst, I like things a certain way. This series explains how to set up a macOS development environment my way; the cool way.
Last updated
Was this helpful?
During my time at tech, I have had the opportunity to work with some amazing people. Many of which had the best setup I have ever seen. I also had the opportunity to build, or image, hundreds of computers as a support engineer.
Since the beginning of time, I've always looked for ways to automate my way out of menial tasks. Setting up macOS my way is one of them. I strongly believe a good UI experience in combination with the right tools can make a development setup MUCH more efficient.
However, as time passes, ways of doing things change. For that reason, I'm going to outline high-level instructions with one-liners that works as of the time of this writing. I'm not sharing my script because it is not future proof and I want this to work even when I'm 60. So here is the plan:
You might want to change the theme by going to iTerm2 > Settings > Profiles > Clone Default > Color Presets > Pick whatever > Set as Default.
You might want to set natural text edit (so you can use better shortcuts) by going to iTerm2 > Settings > Profiles > Keys > Key Mappings > Presets > Natural Text Edit > Keep.
You can force quit the classic "Terminal" and pin iTerm2 to the dock.
That is it! In the next section, I'm going to outline how to integrate these terminal configurations into my favorite IDE.
Have fun, stay safe, and see you around!
Part 1 will explain how to set up the terminal, the next section will explain how to set up vscode.
If you don't get this screen right after exec zsh, try `source ~/.zshrc` or p10kconfigure