ln -s <file> ~/<file>
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install gh
gh auth login
- clone this repo
gh repo clone eriktaubeneck/dotfiles
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- install spaceship theme
brew install spaceship
- install dracula theme for iterm and import into iterm
- install berkley mono font (prefer OTF files)
- link dotfiles
- clone .emacs.d
gh repo clone eriktaubeneck/.emacs.d
cd .emacs.d
git submodule init
git submodule update
- install emacs and cross your fingers!