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.
This requires access to the previous computer to get a confirmation code.
Installed:
emacs.d
configuration
port echo requested | cut -d ' ' -f 1 | uniq > requested-ports.txt
cat requested-ports.txt | xargs sudo port install
office.com
→ “Install apps”vagrant-vmware-desktop
pluginsudo xcodebuild -runFirstLaunch
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
~/.ssh/id_ed25519.pub
to GitHub keys + authorize for SSO