This commit is contained in:
Salt 2021-03-06 20:03:06 -06:00
parent 7e595e7e89
commit 35480feaab

View File

@ -25,6 +25,7 @@ desktop_apt_keys_url:
- "https://download.spotify.com/debian/pubkey_0D811D58.gpg" # Spotify 2
- "https://packages.cloud.google.com/apt/doc/apt-key.gpg" # kubectl https://kubernetes.io/docs/tasks/tools/install-kubectl/
- "https://download.docker.com/linux/ubuntu/gpg" # Docker
- "https://baltocdn.com/helm/signing.asc" # Helm
desktop_apt_keys_url_extra: []
desktop_apt_repos:
@ -35,6 +36,7 @@ desktop_apt_repos:
- "deb https://packages.riot.im/debian/ default main" # Element
- "deb https://apt.kubernetes.io/ kubernetes-xenial main" # Kubernetes
- "deb https://download.docker.com/linux/ubuntu focal stable" # Docker
- "deb https://baltocdn.com/helm/stable/debian/ all main" # Helm
# First-party PPAs
- "ppa:phoerious/keepassxc" # KeepassXC
- "ppa:minetestdevs/stable" # Minetest
@ -56,6 +58,7 @@ desktop_apt_packages:
- fastboot # Also used for phone debugging
- ffmpeg # Fantastic tool, used on the daily
- git # Just ensuring it's installed, probably already in build-essential
- helm # It Just Works
- imagemagick # I use it from time to time to do scripted image editing
- kubectl # From the Kubernetes repo, used to manage clusters
- qemu-user-static # Just some virtualization packages