Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deybhayden/bendows
- Owner: deybhayden
- Created: 2022-11-03T13:34:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T01:57:30.000Z (4 months ago)
- Last Synced: 2024-07-11T23:43:58.259Z (4 months ago)
- Topics: powershell, windows-11
- Language: PowerShell
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```