Skip to content

Commit

Permalink
new apps
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdelgrosso committed Jul 23, 2024
1 parent 9e674ea commit 8ad7cac
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions software-installers/windows/installer_scripts/docker_cli.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@REM Comment here
winget install --accept-package-agreements --id=Docker.DockerCLI
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@REM Comment here
winget install --accept-package-agreements --id=Docker.DockerDesktop
2 changes: 2 additions & 0 deletions software-installers/windows/installer_scripts/grep.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@REM Comment here
winget install --accept-package-agreements --id=GNUWin32.Grep
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@REM Comment here
winget install --accept-package-agreements --id=Kitware.CMake
2 changes: 2 additions & 0 deletions software-installers/windows/installer_scripts/make.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@REM Comment here
choco install make
2 changes: 2 additions & 0 deletions software-installers/windows/installer_scripts/nano.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@REM Comment here
winget install --accept-package-agreements --id=GNU.Nano
2 changes: 2 additions & 0 deletions software-installers/windows/installer_scripts/octave.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@REM Comment here
winget install --accept-package-agreements --id=GNU.Octave

0 comments on commit 8ad7cac

Please sign in to comment.