Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjmagee/windows-bootstrap
Windows Package Manager
https://github.com/pjmagee/windows-bootstrap
winget winget-cli
Last synced: 11 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 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T17:54:54.000Z (over 2 years ago)
- Last Synced: 2024-11-12T13:46:29.028Z (about 2 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
```