Skip to content

stay-js/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to bootstrap a new Mac

  1. Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install
  1. Clone repo into new hidden directory.
git clone https://github.com/stay-js/dotfiles.git ~/.dotfiles
  1. Make install.sh executable.
chmod +x ~/.dotfiles/install.sh
  1. Run install.sh.
~/.dotfiles/install.sh