Update boxstarter.txt
This commit is contained in:
parent
4317fd2d07
commit
280df18d10
|
@ -15,20 +15,18 @@ cinst 7zip.install -y
|
||||||
cinst lastpass -y
|
cinst lastpass -y
|
||||||
cinst putty.install -version 0.65 -y
|
cinst putty.install -version 0.65 -y
|
||||||
cinst teamviewer -y
|
cinst teamviewer -y
|
||||||
cinst f.lux -y
|
|
||||||
cinst sysinternals -y
|
cinst sysinternals -y
|
||||||
cinst windirstat -y
|
cinst windirstat -y
|
||||||
|
|
||||||
### Encryption & Privacy ###
|
### Encryption & Privacy ###
|
||||||
cinst gpg4win -y
|
cinst gpg4win -y
|
||||||
Install-ChocolateyEnvironmentVariable "LC_MESSAGES" "C" # Force GnuPG output language to English
|
Install-ChocolateyEnvironmentVariable "LC_MESSAGES" "C" # Force GnuPG output language to English
|
||||||
#cinst install truecrypt -version 7.1.20150620 -y #This doesn't quite work, and the installer pops up a dialog
|
cinst veracrypt -y
|
||||||
cinst tor-browser -y
|
cinst tor-browser -y
|
||||||
|
|
||||||
### Source Control ###
|
### Source Control ###
|
||||||
cinst git -y
|
cinst git -y
|
||||||
cinst git.install -y
|
cinst git.install -y
|
||||||
cinst sourcetree -y
|
|
||||||
|
|
||||||
### Cloud & FTP ###
|
### Cloud & FTP ###
|
||||||
cinst filezilla -y
|
cinst filezilla -y
|
||||||
|
@ -43,6 +41,9 @@ choco install spotify -y
|
||||||
### Bitcoin ###
|
### Bitcoin ###
|
||||||
choco install electrum.install -y
|
choco install electrum.install -y
|
||||||
|
|
||||||
|
## Utilities ###
|
||||||
|
choco install yubikey-personalization-tool -y
|
||||||
|
|
||||||
### Shortcuts ###
|
### Shortcuts ###
|
||||||
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe"
|
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe"
|
||||||
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Mozilla Thunderbird\thunderbird.exe"
|
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Mozilla Thunderbird\thunderbird.exe"
|
||||||
|
|
Loading…
Reference in a new issue