From 209f13573abb0e69738458a5d587a5af07abdbff Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sat, 9 Sep 2023 18:25:17 -0500 Subject: Removed script to install tools/packages This was a crappy script that ran a package manager command in one line and made it hard to edit and classify what packages are being installed. This is being replaced with a organized YAML file as a source for packages and a playbook to install them --- src/wayland/tools.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 src/wayland/tools.sh diff --git a/src/wayland/tools.sh b/src/wayland/tools.sh deleted file mode 100755 index db1a813..0000000 --- a/src/wayland/tools.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -sudo pacman -S wine wine-mono winetricks dunst steam btop thunderbird firefox rofi git bluez pipewire pipewire-jack pipewire-alsa pipewire-pulse brightnessctl alacritty bluetoothctl playerctl hyperland-git waybar -- cgit