Setting up for macOS

1. OS fixes

xcode-select --install

bash mac.sh

2. Settings

  1. Search "Trackpad"
  • toggle Tap to click
  • in More Gestures, enable App ExposĂ© (four fingers)
  1. Search "drag"
  • Toggle Use trackpad for dragging, choose Dragging style (three fingers)

3. Git

  • Open Terminal and type git. Follow installer.

4. Install homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

5. Install zsh (an alternative to bash)

brew install zsh neofetch wget

6. Install oh my zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc

7. Install fonts

cd macOS-automated-setup
open fonts/*

8. Install apps

wget https://github.com/atom/atom/releases/download/v1.60.0/atom-mac.zip && unzip atom-mac.zip && rm atom-mac.zip