Fresh install - OSX
As a reminder to my future self, here is my personal recipe for new fresh install
Jan 01, 2021 · 248 words
As a reminder to my future self, here is my personal recipe for new fresh install. Yes it looks like holiday is a great time to update OSX to the new and shiny one.
Install OSX - then re-install OSX
Format the hard drive with Disk Utility between the 2 installs
โ + R
on startup
Get .dotfile and .ssh keys
From only you know where :-) and set right permissions
- .ssh directory: 700 (drwx——)
- public key (.pub file): 644 (-rw-r–r–)
- private key (id_rsa): 600 (-rw——-)
- lastly your home directory should not be writeable by the group or others (at most 755 (drwxr-xr-x)).
Sync iCloud
- Careful with the 2 accounts (1 coming from a previous era of .Mac account)
Pre-essential
- Download and install iA Writer Mono
- Configure Mail.app with the font :-) and disable โload remote contentโ
Remap capslock and alt+tab
- Open System Preferences โ Keyboard.
- Shortcuts, Keyboard, Move focus to next window set alt+tab
- On Keyboard, Click the Modifier Keys button in the bottom right-hand corner.
- Click the drop down box next to the hardware key that you’d like to remap, and select Escape.
- Click OK and close System Preferences.
In Mac App Store
- Download previously bought apps (that I still need)
Install MacPort
Install softs
sudo port install tig
sudo port install hugo
sudo port install woff2
Workflows
- Alfred - switch to darkmode
Install fish
sudo port install fish
Git config
touch ~/.gitignore
- add .DS_Store, .hugo_build.lock etc..
git config --global core.excludesfile ~/.gitignore