https://github.com/pjmagee/windows-bootstrap
Windows Package Manager
https://github.com/pjmagee/windows-bootstrap
winget winget-cli
Last synced: 2 days ago
JSON representation
Windows Package Manager
- Host: GitHub
- URL: https://github.com/pjmagee/windows-bootstrap
- Owner: pjmagee
- Created: 2022-05-03T17:19:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T17:54:54.000Z (over 3 years ago)
- Last Synced: 2025-02-14T23:44:51.247Z (9 months ago)
- Topics: winget, winget-cli
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security-tools.json
Awesome Lists containing this project
README
# Windows Bootstrap
My collection of `Windows Package Manager (winget)` import files
## Customising your own packages
You can also create your own import file from https://winget.run/
## Exporting packages
```
winget export .\my-packages.json
```
## Installing packages
```
winget import .\example-file.json --accept-package-agreements
```
## Game library managers
- Steam
- EA Desktop
- Amazon Games
- Ubisoft Connect
- Paradox Launcher
- Epic Games
```
winget import .\game-library-managers.json --accept-package-agreements
```
## Developer tools
- Visual Studio 2022
- VS code
- Docker
- Windows Terminal
- Web Tools - Fiddler & Postman
- PgAdmin
```
winget import .\developer-tools.json --accept-package-agreements
```
## Security tools
- 1Password
- Nord VPN
- GPG Encryption
- 2FA Yubi Key Manager
```
winget install .\security-tools.json --accept-package-agreements
```
## Linux Distros
- Ubuntu
```
winget import .\windows-linux-distros.json --accept-package-agreements
```