This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "log": { | |
| "version": "1.2", | |
| "creator": { | |
| "name": "Insomnia REST Client", | |
| "version": "insomnia.desktop.app:v7.1.1" | |
| }, | |
| "entries": [ | |
| { | |
| "startedDateTime": "2020-03-18T11:07:31.832Z", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Description: Boxstarter Script | |
| # Author: grant.codes | |
| # Inspired by https://github.com/microsoft/windows-dev-box-setup-scripts | |
| # Install at http://boxstarter.org/package/url?https://gist.githubusercontent.com/grantcodes/a31ee0b151da1f6304a756260a95bb45/raw/windows-setup.ps1 | |
| #---- TEMPORARY --- | |
| Disable-UAC | |
| #--- Fonts --- | |
| choco install cascadiacode -y |
OlderNewer