bpjohannessen / automatedinstall

Various scripts/commands for automated app installation in Windows 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

automatedinstall

Windows

  1. Install choco from cmd as administrator
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
  1. Restart cmd and install packages :-)
choco install -y slack visualstudiocode pandoc mkdocs miktex vlc googlechrome dropbox git openvpn python qbittorrent virtualbox make openvpn paint.net teamviewer wget winrar dotnetcore-sdk spotify
  1. Restart cmd and run
pip install mkdocs-material resharper-platform

macOS

Various commands

;hide
chflags hidden ~/Public ~/Sites
;unhide
chflags nohidden ~/Public ~/Sites

About

Various scripts/commands for automated app installation in Windows 10

License:MIT License