John B at UW

Technical content relevant to the University of Washington.

I recently got a new computer, and I thought I’d try to track all the steps needed for me to set it up! Here’s what I made a note of.

Apple ID

This requires access to the previous computer to get a confirmation code.

Installing programs

Installed:

UI configuration

Shell configuration

ln -s ~/Library/CloudStorage/Dropbox ~/Dropbox
mkdir ~/code
ssh-keygen -t ed25519
git clone ~/Dropbox/emacs.d ~/.emacs.d
touch ~/.emacs.d/custom.el
# add /opt/local/bin/bash to /etc/shells
chsh

# with bashmarks installed:
#
# `s` saves a bookmark for the current folder
cd ~/code
for i in *; do pushd $i; s $i; popd; done

GitHub

Secrets

Email