A set of scripts used to quickly set up a computer. Great QuickStart for your new laptop. If you use it and feel like something is missing, let me know!
- Download the repo (green button) or clone it with git
- Edit "install-apps.bat" to your liking and drop missing stuff in the "additional installers" folder
- Double click "run.bat"
- Watch as chocolatery installs and takes care of your apps
Congrats, your pc is now set up! BUT: be sure to keep it updated!
Chocolatey repos aren't always up to date immedeatly, but choco upgrade all
is still a neat way to update most stuff to a soonish state.
Modify the install-apps bat to your liking. You can look up packeges on the chocolatery website or with "choco find YOURSEARCHTERM".
choco help
choco find APPNAME
| search the chocolatey reposchoco install APPNAME
| install an app from the chocolatey reposcinst
==choco install
| lazy shortcut
Tested on Windows 8.1 & windows 10