An open API service indexing awesome lists of open source software.

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

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