oscarb pad

Guides, resources, notes, docs and knowledge for everything Oscar.

Tags

macOS Essentials

Backup

https://apple.stackexchange.com/questions/333134/which-folders-should-be-copied-when-performing-a-manual-backup

Android Studio

Scratches

Set Up

Apps

Homebrew

Install Homebrew

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

Install tools

brew install scrcpy

Install apps

brew cask install figma google-chrome kap lastpass microsoft-teams slack rectangle spotify spotmenu transmission-remote-gui visual-studio-code vlc

Android Studio

Add ADB to Path

export ANDROID_HOME=/Users/$USER/Library/Android/sdk
export ANDROID_SDK_ROOT=$ANDROID_HOME
PATH="$PATH:$ANDROID_HOME/emulator:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools"

Chrome

System settings

Tweaks

SSH

Generate SSH keys:
https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key

Development

Python 3

 brew install python

See Installing Python 3 on Mac OS X

Settings

General

Dock

Shortcuts

Move left a space: cmd + >
Move right a space: cmd + <

Issues

Low Bluetooth Audio Quailty

Enter in terminal

sudo killall coreaudiod

Or change sound input away from bluetooth, see http://superuser.com/a/1163164

Tips

https://www.reddit.com/r/macbookpro/comments/106ryt9/comment/j3k1yw4/?utm_source=share&utm_medium=web2x&context=3