From a76c5a8b9168402eee5433928d153bfe2e0b31b8 Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Tue, 8 Aug 2023 15:21:52 +0200 Subject: [PATCH] Setup arc icon themes properly --- setup | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup b/setup index 1523b9d..39c4347 100755 --- a/setup +++ b/setup @@ -10,10 +10,11 @@ then echo "Updating Ubuntu" sudo apt update && sudo apt upgrade echo "Installing tools/utils" - sudo apt install ripgrep fd-find make stow tmux lxsession thunar power-profiles-daemon playerctl network-manager-gnome volumeicon-alsa picom autorandr arandr neofetch + sudo apt install ripgrep fd-find make stow tmux lxsession thunar power-profiles-daemon playerctl network-manager-gnome volumeicon-alsa picom autorandr arandr neofetch autoconf echo "Installing arc-icon-theme" mkdir -p ~/git - git clone https://github.com/horst3180/arc-icon-theme --depth 1 ~/git/arc-icon-theme && cd ~/git/arc-icon-theme + git clone https://github.com/horst3180/arc-icon-theme --depth 1 ~/git/arc-icon-theme + cd ~/git/arc-icon-theme ./autogen.sh --prefix=/usr sudo make install