rename to ajh-base, move to subdirectory

master
alex 2022-10-02 16:04:21 -05:00
parent ca68e269c6
commit ac62a8bd96
2 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgname="ajh-setup" pkgname="ajh-base"
pkgver="1.0.0" pkgver="1.0.0"
pkgver="1" pkgver="1"
pkgrel="2" pkgrel="1"
pkgdesc="Install my config for Arch based systems." pkgdesc="Install my config for Arch based systems."
arch=("x86_64") arch=("x86_64")

View File

@ -107,15 +107,22 @@ configuration() {
} }
#update repos
sudo pacman -Syu sudo pacman -Syu
#install meta package which installs most programs used in setup
CDIR="$PWD"
cd ./ajh-base/
makepkg -si makepkg -si
cd "$CDIR"
#do any installation steps here
echo "installing..." echo "installing..."
#setup systemd services
systemd_setup systemd_setup
#setup directories, configure ufw, setup zsh, etc.
configuration configuration
clear clear