Updated setup script a bit

This commit is contained in:
Warren Hood 2023-02-28 01:55:20 +02:00
parent 80226b69dc
commit c0438de606

12
setup
View file

@ -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