Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markbenvenuto/winsetup
Windows Machine Setup Scripts
https://github.com/markbenvenuto/winsetup
Last synced: 9 days ago
JSON representation
Windows Machine Setup Scripts
- Host: GitHub
- URL: https://github.com/markbenvenuto/winsetup
- Owner: markbenvenuto
- Created: 2020-05-01T19:11:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T20:49:54.000Z (over 4 years ago)
- Last Synced: 2024-08-14T07:06:54.293Z (4 months ago)
- Language: PowerShell
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - markbenvenuto/winsetup - Windows Machine Setup Scripts (PowerShell)
README
# Overview
My setup scripts for a Windows VMIndividual steps are in `install\` and designed to be on a Windows machine.
## Installation Steps
1. On a Linux/mac machine, run bootsrap over ssh
```
bash remote_bootstrap.sh
```2. Set a password for RDP login
```
ssh Administrator@ "net user Administrator "
```3. Login via RDP and run local boostrap in powershell
```
cd z:\winsetup
./local_bootstrap.ps1
```## TODO
Git Setup
VS Code setup - install extensions## Other Software
Wireshark - https://chocolatey.org/packages/wireshark
Network Monitor - https://chocolatey.org/packages/networkmonitor
SysInternals - https://chocolatey.org/packages/sysinternals
curl - https://chocolatey.org/packages/curl
vim - https://chocolatey.org/packages/vim
https://chocolatey.org/packages/SourceTree## Manual steps
Vivaldi
- Extensions
- Enable Developer Mode
- Add z:\repo...
- add bookmarks for work sites
- Under search/Search Engines
- add j alias for https://jira.mongodb.org/browse/%s### Git Todo
https://github.com/dandavison/delta