https://github.com/richardslater/workstation-setup
:construction: Desired State Configuration (DSC) for setting up a workstation as a development machine :construction:
https://github.com/richardslater/workstation-setup
configuration-management desired-state-configuration devops powershell workstation
Last synced: 4 months ago
JSON representation
:construction: Desired State Configuration (DSC) for setting up a workstation as a development machine :construction:
- Host: GitHub
- URL: https://github.com/richardslater/workstation-setup
- Owner: RichardSlater
- Created: 2018-03-14T07:58:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T09:36:01.000Z (about 5 years ago)
- Last Synced: 2025-04-09T17:45:43.221Z (10 months ago)
- Topics: configuration-management, desired-state-configuration, devops, powershell, workstation
- Language: PowerShell
- Size: 188 KB
- Stars: 10
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workstation Configuration
This Desired State Configuration is designed to configure a single workstation with various development tools I use on a day to day basis. In it's current form it is just managing a small subset of the software I use however will eventually be used to setup a workstation from scratch.
## Initial Setup
The DSC depends upon the [cChoco][cchoco] package which can be installed as follows:
Install-Module -Name cChoco
[cchoco]: https://www.powershellgallery.com/packages/cChoco
Both the above command and the execution of desired state configuration must be executed as an administrator!