-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.ps1
More file actions
46 lines (39 loc) · 1.15 KB
/
Copy pathsetup.ps1
File metadata and controls
46 lines (39 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# base
choco install -y googlechrome
choco install -y skype
choco install -y notepadplusplus
choco install -y slack
choco install -y f.lux
choco install -y greenshot
# dev
choco install -y conemu
choco install -y git
choco install -y putty
choco install -y python
choco install -y rocketchat
choco install -y beyondcompare
choco install -y visualstudio2017community
choco install -y visualstudio2017buildtools
choco install -y visualstudiocode
choco install -y docker-for-windows
choco install -y docker-compose
# cli utilities + linux-like environment on windows
choco install -y nano
choco install -y sudo
choco install -y curl
choco install -y vim
choco install -y pip
choco install -y openssh
choco install -y wget
choco install -y ack
choco install -y openssl.light
# configure windows display settings
displayswitch/extend Extend screen
# set ExecutionPolicy back to Restricted once script is complete
Set-ExecutionPolicy Restricted
# manual TODO:
# - make Chrome default browser, sign-in and import bookmarks
# - connect computer to work domain
# - verify BitLocker is turned ON
# - change display of second monitor to text size of 175%
# - enable remote connections