From c0438de606cbcbaf9098f8828e3f364373bea350 Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Tue, 28 Feb 2023 01:55:20 +0200 Subject: [PATCH] Updated setup script a bit --- setup | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/setup b/setup index 45bf749..b5a6b3b 100755 --- a/setup +++ b/setup @@ -2,12 +2,20 @@ echo "Setting up the stuff..." -if [[ "$(uname -a)" == *"Ubuntu"* ]] +git submodule init +git submodule update + +if [[ "$(cat /etc/os-release)" == *"Ubuntu"* ]] then echo "Updating Ubuntu" sudo apt update && sudo apt upgrade echo "Installing tools/utils" - sudo apt install ripgrep fd-find make stow tmux + sudo apt install ripgrep fd-find make stow tmux lxsession thunar power-profiles-daemon playerctl network-manager-gnome volumeicon-alsa picom autorandr arandr + 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 + ./autogen.sh --prefix=/usr + sudo make install else echo "Updating Arch" sudo pacman -Syyu