2.3.0 • Published 5 years ago

new-dev-setup v2.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

new-dev-setup

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

2.3.0

5 years ago

2.2.0

5 years ago

2.1.1

5 years ago