diff --git a/windows/chocosoft.sls b/windows/chocosoft.sls new file mode 100644 index 0000000..2a70eaa --- /dev/null +++ b/windows/chocosoft.sls @@ -0,0 +1,19 @@ +'Installons gpg4win': + chocolatey.installed: + - name: gpg4win + +'Installons 7zip': + chocolatey.installed: + - name: 7zip + +'Installons vlc': + chocolatey.installed: + - name: vlc + +'Installons git': + chocolatey.installed: + - name: git.install + +'Installons Visual Studio Code': + chocolatey.installed: + - name: vscode \ No newline at end of file