osx/README.md

25 lines
652 B
Markdown
Raw Normal View History

2021-09-10 22:35:45 +00:00
# osx
2016-09-30 21:47:50 +00:00
2021-09-10 22:35:45 +00:00
New deal for Catalina/Big Sur: Imaging is dead. Install a fresh install
2019-11-27 04:28:59 +00:00
manually, then do the following.
2016-09-30 21:47:50 +00:00
2019-11-27 04:28:59 +00:00
# Manual Steps
2019-11-27 04:28:59 +00:00
Open System Preferences.
2019-11-27 04:28:59 +00:00
* Sharing > Set Hostname
2021-09-10 22:35:45 +00:00
* Security and Privacy > FileVault > Enable
2019-11-27 04:28:59 +00:00
Open a terminal and run the following:
* `chsh -s /bin/bash` and enter password
* `sudo xcodebuild -license accept` and click ok/install on developer tools
installer popup window
2021-09-10 22:35:45 +00:00
2020-02-19 23:24:56 +00:00
* `bash <(curl -s https://git.eeqj.de/sneak/osx/raw/branch/master/install.sh)`
2021-09-10 22:35:45 +00:00
# Partial Uninstall During Testing
```
rm -rfv ~/.profile ~/.bashrc ~/Library/Homebrew ~/Library/bashrc.d ~/Library/profile.d ~/Library/user-setup $TMPDIR/osx
```