Skip to content

Latest commit

 

History

History
executable file
·
15 lines (10 loc) · 338 Bytes

NOTES.md

File metadata and controls

executable file
·
15 lines (10 loc) · 338 Bytes

Need to manually configure

  • git
  • BTT: Install preset in /brew/btt, add license and configure settings
  • Desktop image
  • Dropbox

git

setup global gitignore:

git config --global core.excludesfile ~/.gitignore_global
git config --global user.email "you@example.com"
git config --global user.name "Your Name"