Last active
March 15, 2023 17:22
-
-
Save nsticco/1e8e7f6cea206e0e9a8705a3362f3108 to your computer and use it in GitHub Desktop.
bootstrap-windows-productivity - includes Calibre and Libre Office
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################### | |
# Install Windows Productivity Applications | |
############################################################################### | |
Write-Output "Installing productivity tools..." | |
choco install -y slack zoom googlechrome firefox discord | |
Write-Output "Installing security tools..." | |
choco install -y cryptomator nordvpn | |
Write-Output "Installing storage tools..." | |
choco install -y google-drive-file-stream treesizefree | |
Write-Output "Installing media tools..." | |
choco install -y spotify obs-studio vlc audacity | |
Write-Output "Installing Calibre book manager..." | |
choco install -y calibre | |
Write-Output "Installing Libre Office..." | |
choco install -y libreoffice-fresh | |
Write-Output "Installing torrent client..." | |
choco install -y qbittorrent | |
# Write-Output "Install Android Studio with specific version" | |
# choco install -y androidstudio --version 3.5.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment