#!/bin/bash export PATH=$PATH:$HOME/.local/bin chezmoi init --apply https://code.icb4dc0.de/prskr/dotfiles.git if $(which dnf 2>&1 > /dev/null); then sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo sudo dnf install -y \ zoxide \ terraform \ helm \ ansible \ python3-kubernetes \ fontawesome-fonts \ fontawesome5-free-fonts fi