Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1019 Bytes

macos.md

File metadata and controls

32 lines (22 loc) · 1019 Bytes

Mac OS

source ~/.zprofile

  • adds /opt/homebrew/bin to path
  • binaries of packages installed with brew are under /opt/homebrew/bin

Setting up keys like Windows

Reformat Disk

  • diskutil list
  • diskutil erasedisk FAT32 UBUNTU <disk, example: disk4>

Turn off alert sound

Turn alert volume all the way down in Sound > Sound Effect as explained here: https://apple.stackexchange.com/questions/384025/why-is-my-macbook-pro-beeping-when-performing-a-keyboard-shortcut

Get number of cores

  • sysctl -n hw.ncpu

No auto-update brew

HOMEBREW_NO_AUTO_UPDATE=1 brew install <formula>