Tuesday Tips | How to Setup Your M1 MacBook for Web Development
Listen now
Description
Today is January 26, 2021, and for this Tuesday Tips episode we're covering How to Setup Your M1 MacBook for Web Development Let's dive in! ---- The worst part (or perhaps the most fun for some) of getting a new laptop is setting up everything you need as a web developer. Adding programs and tools that you had installed over the many years of ownership of your previous laptop can seem daunting. With the release of the new Macbook M1 laptops, there are some interesting new considerations as well that you may not be aware of. So, let's jump in and get the basics set up so you can hit the ground running developing your next project. ---- The first thing you should install is Rosetta 2, which allows you to run Intel-based software on the new ARM chip. Because Apple has created their own chips they needed a way to provide backward compatibility with programs that do not yet support ARM and Rosetta 2 is that solution. ---- Homebrew will be the best way to add the other software and tools on our computer, so we want to install that next. A quick tip that is good to know is when you go to open the built-in Terminal in the Applications folder: right-click, select Get Info, and check the Open with Rosetta box. ---- There are a lot of tools to consider when setting up your Macbook from scratch, so one of the quickest ways to add a lot of the important ones is to use a script. I recommend the script created by the author of the original post that this is based on, but feel free to use a different one or modify this one for yourself. Opening the download script folder in your terminal you can choose to run the install script or modify what will be installed from the brew-installs.sh file. Once you're satisfied, run the script. Some of the tools and applications included in the script are: MongoDB node git zsh Firefox Chrome VSCode Zoom Slack Discord Notion and more... ---- Something that is not included in the script is nvm because there have been difficulties installing this with the ARM chip. To get around this you will have to use a curl command and make a couple of modifications afterward. ---- Git was installed with the brew install script so make sure to configure the settings and use a personal access token to authenticate GitHub. ---- Make sure to use the Settings Sync plugin to keep all of your VSCode settings in sync with a stored GitHub gist. ---- You should now be all set to start developing! Thanks to the script many tools and applications were installed for us, minimizing the manual install process. ---- Today’s Tuesday Tips was adapted from a post on the Logrocket blog. ---- Want to know more? Head to fewdaily.com for more of today’s topics and other front-end web content! If you liked what you heard be sure to rate, review, and subscribe on your platform of choice. That's all for today, tune in tomorrow! --- This episode is sponsored by · Anchor: The easiest way to make a podcast. https://anchor.fm/app
More Episodes
Published 01/28/21
Today is January 28, 2021, and for this Thursday Thoughts episode we're covering: Getting Your First Dev Job What You Should Do as a Junior Developer Helping Developers Be Leaders Let's dive in! ---- When starting off as a web developer it can be difficult to juggle learning and job...
Published 01/28/21
Today is January 27, 2021, and for this Wednesday Wisdom episode we're covering: Fullstack Development Trends Responsive CSS Frameworks State of Design in 2021 Let's dive in! ---- Fullstack development has moved from rarity to commonplace over the past few years. In 2021 it is easier...
Published 01/27/21