From 233c8975d740db9c94c7adb277c616f89f7e4105 Mon Sep 17 00:00:00 2001 From: stkhan Date: Tue, 2 Jan 2024 18:59:00 +0000 Subject: Move depm to own project and add depmfile --- Depmfile | 1 + scripts/depm | 17 ----------------- 2 files changed, 1 insertion(+), 17 deletions(-) create mode 100644 Depmfile delete mode 100755 scripts/depm diff --git a/Depmfile b/Depmfile new file mode 100644 index 0000000..69b9e4a --- /dev/null +++ b/Depmfile @@ -0,0 +1 @@ +ARCH_PACKAGES: adobe-source-code-pro-fonts base-devel imlib2 libwebp xorg libxft feh picom mpc pamixer calcurse alsa-utils vim galculator ranger light pavucontrol scrot diff --git a/scripts/depm b/scripts/depm deleted file mode 100755 index 307eb09..0000000 --- a/scripts/depm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -os=$(cat /etc/os-release | grep ID | head -n 1) - -install_arch() { - pacman -S --needed base-devel xorg-xserver xorg-xinit feh imagemagick adobe-source-code-pro-fonts ttf-joypixels unclutter picom dunst galculator light calcurse pavucontrol - - install_git -} - -install_git() { - -case $os in - "ID=arch") install_arch;; - *) echo "Unknown OS\n You must manually install dependencies" - quit;; -esac -- cgit v1.2.3