https://github.com/mxvish/win-setup
setup files for windows
https://github.com/mxvish/win-setup
alias aliases config git github open-source powershell windows
Last synced: 29 days ago
JSON representation
setup files for windows
- Host: GitHub
- URL: https://github.com/mxvish/win-setup
- Owner: mxvish
- License: mit
- Created: 2025-04-04T07:59:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-20T07:34:15.000Z (3 months ago)
- Last Synced: 2026-02-20T11:11:39.151Z (3 months ago)
- Topics: alias, aliases, config, git, github, open-source, powershell, windows
- Language: PowerShell
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# win-setup
setup files for windows
# Installation
- PowerShell
```ps1
winget install --accept-source-agreements Git.Git
git clone https://github.com/mxvish/win-setup.git
cd win-setup
powershell.exe -ExecutionPolicy Bypass -File .\setup.ps1
```