Skip to content

🍫 a lightweight shell script to help with the process of installing 3rd party software on windows

License

Notifications You must be signed in to change notification settings

lukethacoder/choco-milk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🍫 Choco Milk 🥛

Install Chocolatey

Using cmd.exe

  @"%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"

Choose your Software & Programs

edit the install.ps1 file, remove and/or add to suit your needs. Below is a list of default programs that will be installed:

Languages/Package managers

  • nvm-windows
  • yarn
  • jdk8
  • php
  • python
  • composer

Dev Tools

  • Postman
  • Putty
  • FileZilla FTP
  • cURL

Text Editor / IDE's

  • Visual Studio Code
  • IntelliJ Community Edition

Media

  • Spotify

Utilities + other


Install Software & Programs

  • Open Powershell
  • Run & install.ps1 (assuming you're in the repo directory)

Extra Packages (to be manually installed)

Extra post install setup

About

🍫 a lightweight shell script to help with the process of installing 3rd party software on windows

Topics

Resources

License

Stars

Watchers

Forks