From 8ee1226209ea0eaf80b87756df40ebf74dceef32 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Wed, 25 Dec 2024 13:38:43 -0500 Subject: Add chromium, dunst and allow bitmap fonts by default for the ubuntu script --- distro/ubuntu.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/distro/ubuntu.sh b/distro/ubuntu.sh index 0818fca..29ad121 100755 --- a/distro/ubuntu.sh +++ b/distro/ubuntu.sh @@ -47,6 +47,8 @@ sudo apt install -y \ zstd \ darktable \ v4l2loopback-dkms \ + chromium \ + dunst \ sudo apt build-dep -y neovim @@ -101,3 +103,6 @@ sudo sh -c 'echo "options v4l2loopback devices=3 video_nr=10,11,12 card_label=\" flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak install -y flathub com.obsproject.Studio + +sudo rm /etc/fonts/conf.d/70-no-bitmaps-except-emoji.conf + -- cgit v1.2.3