Skip to content

gsandf/new-dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get your new GS&F laptop set up

This installs a lot of nice things so you don’t have to:

  • macOS Command Line Tools such as git, make, and Swift CLI tools
  • Properly sets up Node.js using n - only 1 instance of Node.js/npm is ever resolvable at once)
  • Browsers: Firefox and Chrome by default
  • Editors: Atom and Code by default
  • And more

If there’s something missing, please either open an issue or add it yourself and make a pull request.

Usage

Use the 1-liner installation to run latest version directly from the repo (recommended):

bash <(curl -L 'https://raw.githubusercontent.com/gsandf/new-dev-setup/master/setup')

Alternatively, you can install download the latest release, ensure the file is executable (e.g. chmod +x ./setup) and run:

./setup

Contributing

With Yarn installed, run yarn install to install all dependencies.

Common Tasks

  • yarn build will build the setup binary at ./dist/setup
  • yarn dev will start the project from the src/ directory

License

MIT