
This post has been removed because I no longer continue to support Medium and will be posting on Dev.to from here on out.The best thing you can give your Mac is a backup. The standard way to back up a Mac is to use a hard disk connected via USB or Thunderbolt.My first post on Dev.to will be an extension of my first Medium post from January of 2018. This post highlights the different types of hard drives for Mac that you can use, and how to choose the best backup hardware for your needs. Simply the fastest, easiest way to ship UPS from your Mac and organize all the details of Please see end of article for revisions and updates.Choosing a hard drive to back up your data can be a quest in and of itself. Unlike iCloud, iTunes backs up all your photos, images, media files not purchased from iTunes, messages, call logs, application data, settings, memos, calendar, and bookmarks.Before you upgrade, we recommend that you back up your Mac. To back up with iTunes, plug your iPhone into your PC or Mac, open iTunes, and sync your files between your PC or Mac and iPhone.
Best Way To Back Up My Free To Skip
Feel free to skip down to further sections if you are already set up with the intro stuff.The initial setup of your Mac includes Filevault as a setup step. The introduction to this post is purely getting started, but I wanted to include it, just as I had it in my first one. I still have a relatively similar setup and things haven’t changed much aside from getting more in touch and a lot more comfortable using new tools.This will give you a more advanced setup and these tools will require proper research to become more in touch with each of them.

/Users/you).If at any point the following commands give you a permission error. When the Terminal is up make sure you use the command pwd to show where you are located in the system (i.e. This is also called Spotlight which is a quick way to pull up applications on your system.
Alfred can be a productive companion to your web development workflow and I recommend purchasing the Powerpack (25 euros aka $28 US). I cannot give enough light to how much my inspiration has increased to speed up my workflow using my Mac with Alfred. Security and Privacy > General > Allow App Store and identified developersAlfred is a replacement to Spotlight. Keyboard > Text > Disable “Correct spelling automatically” You will have to use the sudo command before and type in your password in Terminal.The following commands will greatly increase the accessibility of your Mac during development.Enter fullscreen mode Exit fullscreen modeGo to System Preferences for the following:
It will ask you to confirm after you have entered the command.I ran into an issue of VSCode not wanting to open with MacOS's new Security and Privacy settings. A simple terminal command will allow you to download these. Locate the Keyboard Shortcuts tab in the bottom left to disable the shortcut or change it.More info is located at the Alfred site and Powerpack page.Also, I use this awesome minimal theme from Felix Queisler:Download the zip and click the theme file to activate it.Every developer utilizes Command Line Tools. You can do this in the Spotlight settings in System Preferences. I highly recommend using the snippet and clipboard tools for your code.I changed the shortcut to access Alfred to the shortcut that Spotlight uses CMD + Spacebar.
Cool, right?We will continue to utilize Hyper as our main terminal for the duration of this setup tour.Every new Catalina Mac will be utilizing zsh shell or “z shell” instead of a Bash shell. It’s completely built on HTML, CSS, and JavaScript. I’ve really enjoyed using them.Hyper is an Electron build terminal replacement. It’s created by the individuals over at Vercel and their tools are incredible. Firefox Developer Edition is getting quite good!Let’s talk a bit about that first Cask we installed, Hyper™ terminal.
Github has a helpful guide here.Visual Studio Code is more powerful than ever, thanks to awesome updates by the Microsoft team, and the amazing developer made extensions. Zsh is only for new accounts created with Catalina.You will be prompted your passphrase and the identity will be added.Once this is completed you should head to Github and configure your newly generated key to interact properly with Github. If you already were on Bash in a previous installation it will still remain.
They will be considerably helpful with the increasing the speed of your coding.Locate the sidebar icon for Extensions and search for these essential installs:Some of these extensions aren’t plug and play and will require some setup. Really powerful and useful!At the Welcome screen select both, “Install support for JavaScript” and “Install support for keyboard shortcuts of Atom.” (Also found here)To view the keyboard shortcuts for Atom go here. Once it is clicked a drop down will appear and you will then search shell command: Install ‘code’ command in PATH’ and hit Enter.This enables you to type code ‘filename’ in Hyper terminal to open up a file in VS Code. The Command Palette is located under the View tab. Previously installed using Casks.First, were going to view the Command Palette.
There is a guide to getting this setup in the Github repository located here.Another thing I have discovered is the font JetBrains Mono. I use New Moon by Tania Rascia. I wanted to share them with you before moving forward.I recommend adding a theme to your Chrome Developer Tools as well. What can I say I am a fanboy.Restart VSCode, select 'ZEIT' in Preferences > Color ThemeSend them feedback if you run into any issues or wish to see changes!The following are more theme preferences that I have and love. This one requires you to install via Hyper.
Locate the file in your Downloads folderAfter loading up your Hyper Preferences file you should change the fontSize to 16 and then add "JetBrains Mono" to the beginning of the fontFamily preference. You want to set your JavaScript files to open automatically with VSCode instead. Enter Preferences by hitting CMD + , or using your new command with VSCode code ~/.hyper.jsIf you use the first command it will most likely open with Chrome. Install it here and then apply it to both applications.
Single quotes is fine in VSCode.Homebrew installs the latest version of Node. It should be on the main screen and add 'JetBrains Mono' to the beginning of the Font Family setting. Enter the Command Palette by hitting CMD + SHIFT + P and search 'user settings'.
N allows us to utilize the LTS version or other versions we want of Node on the fly. Earlier, Homebrew installed the latest version of Node. It allows you to install the latest version of Node or utilize a stable version of your choosing.
