This commit is contained in:
Anthony Rodriguez 2024-07-25 23:04:47 +02:00
parent d69a6605d0
commit e3a7211697
2 changed files with 7 additions and 6 deletions

View file

@ -8,6 +8,7 @@ packages:
- keychain
- neovim
- starship
- zed
- zoxide
- https://proton.me/download/PassDesktop/linux/x64/ProtonPass.rpm
copr:
@ -116,4 +117,3 @@ packages:
- zip
- zsh
- zsh-antidote

View file

@ -1,6 +1,8 @@
#!/bin/bash
{{ if eq .flavor "desktop" }}
{{ if eq .chezmoi.osRelease.id "fedora" }}
# add terra repository
sudo dnf install --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' --setopt='terra.gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc' terra-release -y
# add codium
sudo rpmkeys --import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg
@ -28,4 +30,3 @@ asdf global {{ . }} latest
sudo pacman -Syu {{ .packages.linux.arch | join " " -}}
{{ end }}
{{ end }}