File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
# To run this script directly, run this in an elevated admin PowerShell prompt:
2
- # Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/approvals/ApprovalTests.Python.StarterProject /master/install.windows .ps1 | Invoke-Expression
2
+ # Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/Bugs-Zero/HumanDoTask /master/machine-setup .ps1 | Invoke-Expression
3
3
4
4
# This script is intended to setup a dev machine from scratch. Very useful for setting up a EC2 instance for mobbing.
5
5
#
6
6
7
7
8
- iwr - useb https:// raw.githubusercontent.com / JayBazuzi/ machine- setup/ main/ windows.ps1 | iex
9
- iwr - useb https:// raw.githubusercontent.com / JayBazuzi/ machine- setup/ main/ python- pycharm.ps1 | iex
8
+ Invoke-WebRequest - useb https:// raw.githubusercontent.com / JayBazuzi/ machine- setup/ main/ windows.ps1 | Invoke-Expression
9
+ Invoke-WebRequest - useb https:// raw.githubusercontent.com / JayBazuzi/ machine- setup/ main/ python- pycharm.ps1 | Invoke-Expression
10
10
11
11
12
- # Clone repo
13
- & " C:\Program Files\Git\cmd\git.exe" clone https:// github.com / approvals/ ApprovalTests.Python.StarterProject.git C:\Code\ApprovalTests.Python.StarterProject
12
+ & " C:\Program Files\Git\cmd\git.exe" clone https:// github.com / Bugs- Zero/ HumanDoTask.git C:\Code\HumanDoTask
14
13
15
- # Done
16
- cls
17
- echo " Done!"
You can’t perform that action at this time.
0 commit comments