gregpaton08 / macOS-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS config

Steps for configuring a fresh install of macOS.

Do Not Rearrange Spaces

Open System Preferences and nvaigate to Mission Control. Deselect the checkbox labeled Automatically rearrance Spaces based on most recent use.

auto rearrange spaces

Three Finger Drag

Open System Preferences and navigate to Accessibility. Select Mouse & Trackpad on the left side and click the Trackpad Options... button. Select the checkbox for Enable dragging and set the dropdown to three finger drag.

three finger drag

Three Finger Look Up

Open System Preferences and navigate to Trackpad. Set the dropdown under Look up & data detectors to Tap with three fingers.

three finger look up

Display File Name Extensions

Open Finder and open Preferences. Navigate to advanced and select the checkbox Show all filename extensions.

file name extensions

Close Shell on Clean Exit

Open Terminal and open Preferences. Select Profiles and then Shell. Set the When the shell exits dropdown to be Close if the shell exited cleanly.

Default to Plain Text in TextEdit

Open TextEdit and open Preferences. Select the radio button for Plain text.

text edit plain text

Enable Text Message Forwarding

On your phone go to the Settings app and navigate to Messages. Select Text Message Forwarding and enable it for the desired computers.

text message forwarding

Stop iTunes From Opening When Connecting iPhone

Open iTunes and open Preferences. Navigate to Devices and select the checkbox shown below.

stop itunes from opening

Homebrew

Install Homebrew

Instructions here.

Install coreutils

Install GNU's readlink (greadlink), etc.

brew install coreutils

Install python3

brew install python3

Install Octave

Installation instructions are here.
Run the following command before opening the GUI for the first time.

rm .config/octave/qt-settings

sshfs

https://github.com/osxfuse/osxfuse/wiki/SSHFS

DNS for Work VPN

If there are issues with DNS while on the work VPN then open System Preferences and navigate to Network. Select Advanced and navigate to DNS. Set the DNS servers to 8.8.8.8 and 4.4.4.4 as displayed below.

Filemerge

Alias Filemerge to Applications so that it's easy to access.

cd /Applications/
ln -s Xcode.app/Contents/Applications/FileMerge.app/ .

VSCode from Command Line

Follow this guide.

About