https://github.com/fullstackacademy/developer-playbook
This is a custom Ansible playbook for setting up development environments
https://github.com/fullstackacademy/developer-playbook
Last synced: about 1 year ago
JSON representation
This is a custom Ansible playbook for setting up development environments
- Host: GitHub
- URL: https://github.com/fullstackacademy/developer-playbook
- Owner: FullstackAcademy
- Created: 2022-01-06T20:14:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T13:09:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T16:16:02.479Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 3.09 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Ansible Playbook for macOS and Ubuntu on WSL
This is a custom script and Ansible playbook. It sets up all the tools for local web
development using Node.js.
## How to use this
### Windows
1. Install WSL
2. Install Ubuntu
3. Run the setup script from your local terminal
```
/bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/FullstackAcademy/developer-playbook/main/machine-setup.sh)"
```
4. Enter your password when prompted.
## MacOS
1. Run the setup script from your local terminal
```
/bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/FullstackAcademy/developer-playbook/main/machine-setup.sh)"
```
2. Enter your password when prompted.
This installs the following things:
- zsh (WSL Only)
- acl (WSL Only)
- git (WSL Only)
- pip for python (WSL Only)
- nvm
- Node.js
- postgresql
- Generates an ssh key in ~/.ssh/id_ed25519.pub
- Sets VS Code to be your default editor
- Configures git username, email and sets `git pull` to do a rebase
- Sets up an `open` and `wsl` alias (WSL Only)
Feel free to fork this and modify it to suit your needs or learn a bit about
how to fight with ansible.