FEAT: add fzf & direnv

This commit is contained in:
2025-11-17 15:33:54 +01:00
parent 24d38febf1
commit 542df0f413
2 changed files with 3 additions and 1 deletions

View File

@@ -39,6 +39,8 @@ You should adapt user & disk settings in `disk_config/user.toml` before you buil
- pciutils
- tailscale
- make
- fzf
- direnv
- Flatpak (with default repository configured)
- Brave
- VSCode

View File

@@ -6,7 +6,7 @@ dnf5 update -y
dnf5 install -y man-pages man-db glibc-langpack-en glibc-langpack-de
dnf5 install -y --setopt=exclude=gnome-tour,malcontent-control gnome-shell gnome-keyring gnome-keyring-pam gnome-bluetooth gnome-terminal nautilus evolution gnome-shell-extension-appindicator
dnf5 install -y gnome-calculator gnome-disk-utility gnome-backgrounds
dnf5 install -y curl git btop tmux flatpak pciutils tailscale make
dnf5 install -y curl git btop tmux flatpak pciutils tailscale make fzf direnv
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
echo "LANG=de_DE.UTF-8" >> /etc/default/locale
ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime