https://github.com/neetjn/windows-dot-workspace
Powershell scripts to setup my windows environment.
https://github.com/neetjn/windows-dot-workspace
chocolatey dotfiles powershell windows
Last synced: about 1 year ago
JSON representation
Powershell scripts to setup my windows environment.
- Host: GitHub
- URL: https://github.com/neetjn/windows-dot-workspace
- Owner: neetjn
- License: mit
- Created: 2019-04-24T17:49:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T22:49:02.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T17:46:36.254Z (about 1 year ago)
- Topics: chocolatey, dotfiles, powershell, windows
- Language: PowerShell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# windows-dot-workspace
> Powershell scripts to setup my windows environment.
## Requirements
* Windows 10
* .NET Framework 4
* Git
## Usage
Clone the repository:
```sh
git clone https://github.com/neetjn/windows-dot-workspace.git
```
Run the bootstrap powerscript:
```sh
./windows-dot-workspace/bootstrap.ps1
```
This project provides the following software and configurations:
#### Common
* Chocolatey / Choco CLI (Windows Package Manager)
* 7zip
* Firefox
* CCleaner
* Gyazo
#### Development
* Python 2.7 and 3.7
* Docker (cli + desktop)
* Visual Studio Code (including extensions)
* GHidra
* ProcessHacker
* Fiddler
* Postman
* Datagrip
* Node.js
---
Copyright (c) 2019 John Nolette Licensed under the MIT license.