https://github.com/lygstate/mingw-packaged
https://github.com/lygstate/mingw-packaged
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lygstate/mingw-packaged
- Owner: lygstate
- Created: 2022-03-24T00:32:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T11:59:36.000Z (10 months ago)
- Last Synced: 2025-01-04T07:46:58.709Z (5 months ago)
- Language: PowerShell
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# list installed packages
`pacman -Qq`
`pacman -S pkgconf`
## Install the intial msys2 environment
Open VSCODE powershell
```powershell
.\scritps\mingw-setup.ps1
```