Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjaminmichaelis/config
Various config files, mostly for setting up new machines
https://github.com/benjaminmichaelis/config
configuration configuration-files dev-home scoop scoop-bucket winget
Last synced: 4 months ago
JSON representation
Various config files, mostly for setting up new machines
- Host: GitHub
- URL: https://github.com/benjaminmichaelis/config
- Owner: BenjaminMichaelis
- License: mit
- Created: 2021-02-24T08:13:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T18:26:01.000Z (9 months ago)
- Last Synced: 2024-05-16T20:49:26.693Z (9 months ago)
- Topics: configuration, configuration-files, dev-home, scoop, scoop-bucket, winget
- Language: PowerShell
- Homepage:
- Size: 193 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Config Files
## Winget Config instructions
1. Take the desired configuration scripts from the [winget_configurations folder](./winget_configurations)
2. Follow the instructions at [https://learn.microsoft.com/windows/package-manager/configuration/](https://learn.microsoft.com/windows/package-manager/configuration/?WT.mc_id=8B97120A00B57354#use-a-winget-configuration-file-to-configure-your-machine) to setup your machine## Scoop Bucket instructions:
Setups my personal scoop bucket. Installs and uninstalls programs.
Runs via: `scoop bucket add BenjaminMichaelis https://github.com/BenjaminMichaelis/ScoopBucket.git`
Main Command for a new computer: `ClientBasePackages`
Command for Development tools: `DeveloperBasePackages`