Skip to content
/ dotfiles Public

My Dotfiles (YADM)

Notifications You must be signed in to change notification settings

pe/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles

Setup

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # install homebrew
eval "$(/opt/homebrew/bin/brew shellenv)" # enable brew for this shell
brew install yadm
yadm clone --bootstrap https://pe@github.com/pe/dotfiles.git
printf "[user]\n\tname = %s\n" (id -F) >> ~/.config/git/local
printf "\temail = %s" EMAIL_HERE >> ~/.config/git/local

Upload SSH Key to Github