https://github.com/pwshdevs/devsetup
DevSetup is a tool for developers to install consistent development environments across all members of a team. The goal is to eliminate the 'it works in my environment' mentality by ensuring all members have the same set of 'known good' tools.
https://github.com/pwshdevs/devsetup
chocolately homebrew linux macos powershell scoop windows
Last synced: 4 days ago
JSON representation
DevSetup is a tool for developers to install consistent development environments across all members of a team. The goal is to eliminate the 'it works in my environment' mentality by ensuring all members have the same set of 'known good' tools.
- Host: GitHub
- URL: https://github.com/pwshdevs/devsetup
- Owner: pwshdevs
- License: mit
- Created: 2025-08-08T01:28:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-15T05:43:02.000Z (7 months ago)
- Last Synced: 2025-10-05T16:58:52.667Z (6 months ago)
- Topics: chocolately, homebrew, linux, macos, powershell, scoop, windows
- Language: PowerShell
- Homepage: https://www.pwshdevs.com
- Size: 610 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# devsetup
## Installation
To install `devsetup` run the command below, ensure you are running it from an elevated shell (Administrator) when running on Windows as some of the commands need Administrator privileges (for instance, installing NuGet).
```bash
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser -Force
iwr https://install.pwshdevs.com/devsetup | iex
```
Once `devsetup` is installed run the command below to initialize your environment.
```bash
devsetup -init
```