From 223d8c372938d3c76a6d1fad02ddc9dae6ca1fb8 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Fri, 3 May 2024 19:27:54 +0200 Subject: [PATCH] [PKG] Add eza --- .config/bootstrap/config_common | 1 + .init_config.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/bootstrap/config_common b/.config/bootstrap/config_common index f903e43..2239857 100644 --- a/.config/bootstrap/config_common +++ b/.config/bootstrap/config_common @@ -22,6 +22,7 @@ dosfstools dkms dunst evince +eza feh ffmpeg ffmpegthumbnailer diff --git a/.init_config.sh b/.init_config.sh index 3f18ee7..d07825c 100755 --- a/.init_config.sh +++ b/.init_config.sh @@ -97,7 +97,7 @@ function init_system() { sudo systemctl enable --now bluetooth sudo systemctl enable --now bluetooth-autoconnect sudo systemctl enable --now updatedb.timer - ~/.config/bootstrap/init_netctl.sh + ~/.config/bootstrap/init_netctl.sh ${ENV} echo -e "* Ensure hardware clock is up to date..." sudo hwclock --systohc # So that "Open in Terminal" works inc Nemo