Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deybhayden/bendows

Windows Setup Scripts & Notes
https://github.com/deybhayden/bendows

powershell windows-11

Last synced: about 13 hours ago
JSON representation

Windows Setup Scripts & Notes

Awesome Lists containing this project

README

        

# Bendows

This is a set of install notes and scripts for setting up Windows 11 with VS Code, Git, etc with [winget](https://github.com/microsoft/winget-cli).

- [INSTALL](./INSTALL.md)
- [bendows-install.ps1](./bendows-install.ps1)

If you want some PowerShell functions and utilities check out [PSBendows](https://github.com/deybhayden/PSBendows).

## Usage

```powershell
# installing
> powershell -ExecutionPolicy ByPass -F .\bendows-install.ps1
# updating
> powershell -ExecutionPolicy ByPass -F .\bendows-update.ps1
```