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.
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
With Yarn installed, run yarn install
to install all dependencies.
yarn build
will build thesetup
binary at./dist/setup
yarn dev
will start the project from thesrc/
directory
MIT