added leiningen and pwgen

This commit is contained in:
see 2022-01-21 18:29:18 +01:00
parent 1defd46c97
commit 3235d490d1
2 changed files with 7 additions and 1 deletions

View file

@ -59,6 +59,7 @@ fun Prov.provisionWorkplace(
aptInstall(BASH_UTILS)
aptInstall(OS_ANALYSIS)
aptInstall(ZIP_UTILS)
aptInstall(PASSWORD_TOOLS)
aptInstall(BROWSER)
aptInstall(EMAIL_CLIENT)
@ -91,6 +92,7 @@ fun Prov.provisionWorkplace(
// IDEs
installVSC("python", "clojure")
aptInstall(CLOJURE_TOOLS)
installIntelliJ()
installDevOps()

View file

@ -33,3 +33,7 @@ val VPNC = "vpnc network-manager-vpnc network-manager-vpnc-gnome vpnc-scripts"
val JAVA_JDK = "openjdk-8-jdk openjdk-11-jdk openjdk-17-jdk"
val DRAWING_TOOLS = "inkscape dia"
val CLOJURE_TOOLS = "leiningen"
val PASSWORD_TOOLS = "pwgen"