Fresh install of High Sierra
That time of year again...
- Backup everything needing to be kept on both Mac and Bootcamp
- Download High Sierra from App Store and make a bootable USB
- Remove Bootcamp partition and reclaim whole drive
- Reboot and install High Sierra
- Opt to use File Vault
- Finder prefs, touchpad prefs, Terminal prefs
- Dropbox, 1Password, Homebrew, Alfred, Spectacle
- Log into App Store and install anything still needed
- Install all system updates
- Download latest Windows, prepare USB using Bootcamp assistant, install
- Purchase extra iCloud space and prepare to push all photos online so this is never a headache for reinstalling again
- Rebuild ghost server and fresh install while we're at it
- Install ruby:
brew install rbenv
(installsruby-build
);rbenv init
;rbenv install -l
to list all ruby versions;rbenv install 2.4.2
;rbenv global 2.4.2
; check withrbenv version
(reference https://github.com/rbenv/rbenv) - Install ruby gems:
gem install bundler
; check where gems are getting installed withgem env
;gem install jekyll
etc etc - Install Package Manager for Sublime Text (https://packagecontrol.io/installation)
- cmd-shift-p : install package : markdownediting
- cmd-shift-p : install package : markdown preview
- edit the user preferences file to increase the default
wrap-width