diff options
author | Aaditya Dhruv <[email protected]> | 2023-09-09 18:25:17 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-09-09 18:25:17 -0500 |
commit | 209f13573abb0e69738458a5d587a5af07abdbff (patch) | |
tree | 4f658526074da4d443c0ef2b334520559764a6f5 | |
parent | 153a8ad6f5599d78c9fa7aef2575b5f9bc322d92 (diff) |
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
-rwxr-xr-x | src/wayland/tools.sh | 3 |
1 files changed, 0 insertions, 3 deletions
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 |