https://github.com/eggplants/setupwindows.ps1
My Windows Desktop Environment
https://github.com/eggplants/setupwindows.ps1
Last synced: over 1 year ago
JSON representation
My Windows Desktop Environment
- Host: GitHub
- URL: https://github.com/eggplants/setupwindows.ps1
- Owner: eggplants
- Created: 2024-07-07T13:51:12.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T14:56:49.000Z (over 1 year ago)
- Last Synced: 2025-03-28T06:04:34.708Z (over 1 year ago)
- Language: PowerShell
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Windows Environment
A setup script for Windows
## Run
```ps1
# Run powershell as an admin
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
. SetupWindows.ps1
```
## Family
- [eggplants/setup-macos.sh](https://github.com/eggplants/setup-macos.sh)
- [eggplants/setup-termux.sh](https://github.com/eggplants/setup-termux.sh)
- [eggplants/setup-ubuntu.sh](https://github.com/eggplants/setup-ubuntu.sh)
- [eggplants/SetupWindows.ps1](https://github.com/eggplants/SetupWindows.ps1) <- here