add new packages

This commit is contained in:
Anthony Rodriguez 2024-06-24 15:36:20 +02:00
parent 6fdeb846b2
commit b3aa41dc3e
3 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@ packages:
- keychain
- neovim
- starship
- zoxide
- https://proton.me/download/PassDesktop/linux/x64/ProtonPass.rpm
flatpaks:
- com.getpostman.Postman

View file

@ -5,6 +5,7 @@
sudo rpmkeys --import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg
printf "[gitlab.com_paulcarroty_vscodium_repo]\nname=download.vscodium.com\nbaseurl=https://download.vscodium.com/rpms/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg\nmetadata_expire=1h" | sudo tee -a /etc/yum.repos.d/vscodium.repo
sudo dnf copr enable atim/starship -y
sudo dnf install -y {{ .packages.linux.fedora | join " " -}}
{{ end }}
{{ else }}

View file

@ -1,2 +1,3 @@
#!/bin/bash
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install -y {{ .packages.linux.flatpaks | join " " -}}