Update 3 files

- /home/.chezmoiscripts/universal/run_onchange_after_18-install-sdkman.sh.tmpl
- /home/.chezmoidata.yaml
- /software.yml
This commit is contained in:
Brian Zalewski 2023-04-23 03:36:24 +00:00
parent d5b5363069
commit 69620eba19
3 changed files with 15 additions and 0 deletions

View file

@ -614,6 +614,7 @@ softwareGroups:
- java
- libimobiledevice
- ntl
- openjdk
- rust
- snapcraft
- solidity

View file

@ -13,6 +13,8 @@ if [ ! -d "$SDKMAN_DIR" ]; then
logg info 'Installing SDKMan via `curl -s "https://get.sdkman.io?rcupdate=false`'
logg info "Install directory: $SDKMAN_DIR"
curl -s "https://get.sdkman.io?rcupdate=false" | bash
logg info 'Running `sdk install java`'
sdk install java
else
logg info 'SDKMan appears to already be installed.'
fi

View file

@ -421,6 +421,18 @@ softwarePackages:
apt: brasero
dnf: brasero
pacman: brasero
openjdk:
_bin: javac
_desc: Latest version of the OpenJDK (Java Development Kit)
_docs: https://openjdk.org/groups/build/doc/building.html
_github: https://github.com/openjdk/jdk
_home: https://openjdk.org/
_name: OpenJDK
apt: default-jdk
choco: openjdk
brew: openjdk
dnf: java-latest-openjdk.x86_64
pacman: jdk-openjdk
firefox-profile:
_bin: firefox-profile
_github: https://github.com/saadtazi/firefox-profile-js