25 lines
652 B
Markdown
25 lines
652 B
Markdown
# osx
|
|
|
|
New deal for Catalina/Big Sur: Imaging is dead. Install a fresh install
|
|
manually, then do the following.
|
|
|
|
# Manual Steps
|
|
|
|
Open System Preferences.
|
|
|
|
* Sharing > Set Hostname
|
|
* Security and Privacy > FileVault > Enable
|
|
|
|
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
|
|
|
|
* `bash <(curl -s https://git.eeqj.de/sneak/osx/raw/branch/master/install.sh)`
|
|
|
|
# Partial Uninstall During Testing
|
|
|
|
```
|
|
rm -rfv ~/.profile ~/.bashrc ~/Library/Homebrew ~/Library/bashrc.d ~/Library/profile.d ~/Library/user-setup $TMPDIR/osx
|
|
``` |