mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-21 06:54:28 +01:00
FEAT: add fzf & direnv
This commit is contained in:
@@ -39,6 +39,8 @@ You should adapt user & disk settings in `disk_config/user.toml` before you buil
|
|||||||
- pciutils
|
- pciutils
|
||||||
- tailscale
|
- tailscale
|
||||||
- make
|
- make
|
||||||
|
- fzf
|
||||||
|
- direnv
|
||||||
- Flatpak (with default repository configured)
|
- Flatpak (with default repository configured)
|
||||||
- Brave
|
- Brave
|
||||||
- VSCode
|
- VSCode
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ dnf5 update -y
|
|||||||
dnf5 install -y man-pages man-db glibc-langpack-en glibc-langpack-de
|
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 --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 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
|
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
echo "LANG=de_DE.UTF-8" >> /etc/default/locale
|
echo "LANG=de_DE.UTF-8" >> /etc/default/locale
|
||||||
ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||||
|
|||||||
Reference in New Issue
Block a user