From ac62a8bd9656d951efb7a2ad0ac8bab33f61ae52 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 2 Oct 2022 16:04:21 -0500 Subject: [PATCH] rename to ajh-base, move to subdirectory --- installers/arch/{ => ajh-base}/PKGBUILD | 4 ++-- installers/arch/install.sh | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) rename installers/arch/{ => ajh-base}/PKGBUILD (97%) diff --git a/installers/arch/PKGBUILD b/installers/arch/ajh-base/PKGBUILD similarity index 97% rename from installers/arch/PKGBUILD rename to installers/arch/ajh-base/PKGBUILD index cf476aa..72167f6 100644 --- a/installers/arch/PKGBUILD +++ b/installers/arch/ajh-base/PKGBUILD @@ -1,7 +1,7 @@ -pkgname="ajh-setup" +pkgname="ajh-base" pkgver="1.0.0" pkgver="1" -pkgrel="2" +pkgrel="1" pkgdesc="Install my config for Arch based systems." arch=("x86_64") diff --git a/installers/arch/install.sh b/installers/arch/install.sh index aa0a4bf..23f28c4 100755 --- a/installers/arch/install.sh +++ b/installers/arch/install.sh @@ -107,15 +107,22 @@ configuration() { } + +#update repos sudo pacman -Syu +#install meta package which installs most programs used in setup +CDIR="$PWD" +cd ./ajh-base/ makepkg -si +cd "$CDIR" -#do any installation steps here echo "installing..." +#setup systemd services systemd_setup +#setup directories, configure ufw, setup zsh, etc. configuration clear