/dotfiles

my dotfiles

Primary LanguageShell

dotfiles

ln -s <file> ~/<file>

setup new machine

/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)"
brew install spaceship
gh repo clone eriktaubeneck/.emacs.d
cd .emacs.d
git submodule init
git submodule update
  • install emacs and cross your fingers!