Advertisement
iax

macOS init

iax
Sep 27th, 2021 (edited)
1,664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. # Xcode
  2. xcode-select --install
  3. sudo spctl --master-disable  # Add anywhere in security
  4.  
  5. # Homebrew
  6. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  7.  
  8. # Nerd Fonts -> #font-<FONT NAME>-nerd-font
  9. brew tap homebrew/cask-fonts
  10. brew install --cask font-<FONT NAME>-nerd-font
  11.  
  12. https://gist.github.com/iax7/d44f22f4a2fd98b82423c87394875d19
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement