djpowers' dotfiles
Clone repo and navigate to directory:
git clone https://github.com/djpowers/dotfiles
cd ~/dotfiles
Make the script to create symlinks executable, and run it:
chmod +x makesymlinks.sh
./makesymlinks.sh
Install Homebrew and run the bundle
command to install packages:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew bundle
Install Node.js:
nvm install --lts