Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 595 Bytes

File metadata and controls

25 lines (18 loc) · 595 Bytes

macOS Developer Setup

A node script that aims to automate the setup of a developer's new laptop running macOS.

Configuration

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