-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap.ps1
More file actions
60 lines (50 loc) · 1.35 KB
/
bootstrap.ps1
File metadata and controls
60 lines (50 loc) · 1.35 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
$Boxstarter.RebootOk=$true # Allow reboots?
$Boxstarter.NoPassword=$false # Is this a machine with no login password?
$Boxstarter.AutoLogin=$true # Save my password securely and auto-login after a reboot
Set-ExplorerOptions - showHiddenFilesFolderDrives -showProtectedOSFIles -showFileExtensions -EnableShowFullPathInTitleBar
Enable-RemoteDesktop
# Dev Tools
cinst -y vscode
cinst -y cmder
cinst -y boot2docker
cinst -y curl
cinst -y diffmerge
cinst -y fiddler
cinst -y git.install
cinst -y vim
cinst -y virtualbox
# Gaming
cinst -y steam
# Productivity
cinst -y calibre
cinst -y evernote
cinst -y googlechrome
cinst -y googledrive
cinst -y flashplayerplugin
cinst -y foxitreader
cinst -y nuget.commandline
cinst -y Paint.Net
cinst -y putty
cinst -y vlc
cinst -y winrar
cinst -y wox
# Platforms
cinst -y javaruntime
cinst -y java.jdk
cinst -y nodejs.install
cinst -y python
cinst -y ruby
# Utilities
cinst -y 7zip.install
cinst -y boxstarter
cinst -y wget
cinst -y wput
cinst -y wincommandpaste
# Windows Updates
Install-WindowsUpdate -AcceptEula
# Taskbar items
#Install-ChocolateyPinnedTaskBarItem "$env:ProgramFiles(x86)\Google\Chrome\Application\chrome.exe"
#Install-ChocolateyPinnedTaskBarItem "$env:ProgramFiles(x86)\Evernote\Evernote\Evernote.exe"
# NPM Programs
npm install -g yo
npm install -g mocha