Because this is the third logic board failure in a year.
- Jun 2019: display replacement (orange splotches)
- Jan 2020: display and top case replacement
- May 2020: logic board replacement (relating to TouchID and SMC reset)
- Jul 2020: ?????? hardware failure after pressing the power button
25 Jul 2020: set up new 16" after replacement; collection of 15" on 28 Jul
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew cask install firefox ungoogled-chromium telegram iterm2 blisk vlc transmission little-snitch visual-studio-code background-music ...
- A good, somewhat outdated list for manual installs. Configure AWS-cli/Heroku etc as needed.
- TODO: port over as a bash script (see this). Right now things are minimal enough that you don't really need it.
- Note! easier to
brew cask install miniconda
than struggle with conda init zsh otherwise. Issues, though; https://stackoverflow.com/questions/42859781/best-practices-with-anaconda-and-brew
- Install Chromium Web Store and follow these instructions
- Install plugins: Decentraleyes | UB Origin | UMatrix | Next Step for Trello
brew install zsh
- Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
and optionally the Darcula theme. Special thanks. You might need to fix this issue[oh-my-zsh] Insecure completion-dependent directories detected:
by editing zshrc. - Install zsh-syntax-highlighting. Enter
open ~/.oh-my-zsh
and git clone the repo. Then edit zshrc withnano ~/.zshrc
, making sure zsh-syntax-highlighting is the last plugin in plugins, andsource ~/.zshrc
to complete changes. DO NOT INSTALL WITH BREW BECAUSE I DON'T KNOW HOW TO CONFIGURE IT.
- Devonthink
- Little Snitch
- Fantastical
- Omnifocus
- Notability
- Atom plugins: platformio-ide-terminal and python-autocomplete
I had no choice because the new 16" MBPs come with stock Catalina :( I forgot how I installed anaconda already.