add new packages
This commit is contained in:
parent
6fdeb846b2
commit
b3aa41dc3e
3 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@ packages:
|
|||
- keychain
|
||||
- neovim
|
||||
- starship
|
||||
- zoxide
|
||||
- https://proton.me/download/PassDesktop/linux/x64/ProtonPass.rpm
|
||||
flatpaks:
|
||||
- com.getpostman.Postman
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 " " -}}
|
||||
|
|
Loading…
Reference in a new issue