I wipe my Macbook quite often as a chore, this is done once every 4-5 months and helps me get rid of stuff on the SSD that I probably don’t use anymore but is there just because I’m not browsing throught the entire SSD.
This isn’t a blog type post but more like a checklist of things that I need to make sure I do before I send everything on the drive to hell.
Things before wiping the system.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git yarn make fastlane
# now for the UI tools
brew install clean-me visual-studio-code google-chrome iterm2 docker vlc postgres adoptopenjdk/openjdk/adoptopenjdk8
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
# Add the following line to .zshrc
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
Go Lang: https://golang.org/dl/
Node
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | zsh
nvm install --lts
nvm install 10
nvm install 12
nvm alias default 12 # most projects depend on this to be the min version for me right now
Not done yet!! who is going to install vim-plug? you think the plugins will just start working!?
Download plug.vim and put it in the “autoload” directory and then run the below command
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
then we just open vim and run :PlugInstall
$HOME/ExternalApplications
so we can save some space on the SSD.
brew install ngrok
That’s about it reaper, go sleep now, it’s 4 in the morning, maybe start doing this a little early the next time.