A node script that aims to automate the setup of a developer's new laptop running macOS.
Copy dist configuration files and then configure them as needed.
cp data/downloads.json.dist data/downloads.json
cp data/folders.json.dist data/folders.json
cp data/git.json.dist data/git.json
cp data/mac-os-settings.json.dist data/mac-os-settings.json
cp data/npm.json.dist data/npm.json
cp data/ssh.json.dist data/ssh.json
cp data/symlinks.json.dist data/symlinks.json
Setting up macOS
Run the Node module from the root directly.
npm start