My personal dotfiles. These are mine take anything you want, but at your own risk.
You should first review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!
git clone git://github.com/kdbaustert/dotfiles.git ~/dotfiles
- Turn off your device
- Hold down
command
⌘R
while booting your device. - In the menu bar, choose
Utilities
, thenTerminal
Requires Filesystem Protections and Debugging Restrictions to be disabled (workaround because --without debug does not work) printed warning can be safely ignored
csrutil disable --with kext --with dtrace --with nvram --with basesystem
Requires Filesystem Protections and Debugging Restrictions to be disabled (printed warning can be safely ignored)
csrutil enable --without debug --without fs
Thanks to the dotfiles community.