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

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.

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.