Last active
August 31, 2021 16:59
-
-
Save EricRabil/b4a3ecc9b3c70b56a106f3b865b7f299 to your computer and use it in GitHub Desktop.
Things I run on Macs when I get started
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sip | |
csrutil disable | |
csrutil authenticated-root disable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ohmyzsh | |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
# amfi (reboot required) | |
nvram boot-args=-v amfi_get_out_of_my_way=0x1 | |
# homebrew | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
# common tools i cant find elsewhere because homebrew sucks! | |
brew install xplr wget |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment