STAY INFORMED
following content serves as a personal note and may lack complete accuracy or certainty.

Minimal-Mistakes instruction
Useful vscode Shortcut Keys
Unix Commands
npm Commands
Vim Commands
Git Note
Useful Figma Shortcut Keys

less than 1 minute read

Setting

Appearance

Dark mode

Desktop & Dock

Minimize windows using - Scale Effect

Desktop & Stage Manager - Click wallpaper to reveal desktop - Only in Stage Manager

Hot Corners - Desktop, Mission Control, -, Notification Center

Internet Accounts

Add google account

Application from App Store

  • Color Picker

Application from the Internet

Macs Fan Control

Turbo Boost Switcher - login - click view content - download

Homebrew

iTerm

VSCode

  • cmd + shift + P, shell, enter(for opening vscode from terminal)
  • Prettier: setting - default formatter - prettier / save - check Format On Save
  • IntelliCode: Autocomplete
  • Blue Thunder theme
  • indent-rainbow
  • vscode-icons
  • Bracket Pair Colorizer (set true)

Rectangle

Chrome

Terminal Setting

  • brew install git
  • brew install zsh-syntax-highlighting
oh my zsh

github

download

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

setting

vi ~/.zshrc on terminal
# Insert -> ZSH_THEME=“bira”

# Add
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# at very bottom