Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsandf/new-dev-setup
π Get your new GS&F laptop set up
https://github.com/gsandf/new-dev-setup
setup-script
Last synced: 8 days ago
JSON representation
π Get your new GS&F laptop set up
- Host: GitHub
- URL: https://github.com/gsandf/new-dev-setup
- Owner: gsandf
- License: mit
- Created: 2017-04-27T12:02:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:46:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T21:50:56.577Z (7 months ago)
- Topics: setup-script
- Language: JavaScript
- Homepage: https://gsandf.github.io/new-dev-setup/
- Size: 1.95 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [new-dev-setup](https://gsandf.github.io/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](https://atom.io/) and [Code](https://code.visualstudio.com/) by default
- And moreIf thereβs something missing, please either [open an issue](https://github.com/gsandf/new-dev-setup/issues/new) or add it yourself and [make a pull request](https://github.com/gsandf/new-dev-setup/compare).
## Usage
Use the 1-liner installation to run latest version directly from the repo (recommended):
```bash
bash <(curl -L 'https://raw.githubusercontent.com/gsandf/new-dev-setup/master/setup')
```Alternatively, you can install download the [latest release](https://github.com/gsandf/new-dev-setup/releases/latest), ensure the file is executable (e.g. `chmod +x ./setup`) and run:
```bash
./setup
```## Contributing
With [Yarn](https://yarnpkg.com/) 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