diff --git a/devware.csv b/devware.csv new file mode 100644 index 0000000..5cadc99 --- /dev/null +++ b/devware.csv @@ -0,0 +1,15 @@ +NAME,DESCRIPTION,GIT,GIT URL +build-base,"Meta package for build base",N, +tcc,"Tiny C Compiler",N, +tcc-libs,"Tiny C Compiler (libraries)",N, +tcc-libs-static,"Tiny C Compiler (static library)",N, +libinput,"Library for handling input devices",N, +libinput-dev,"Library for handling input devices (development files)",N, +wayland,"A computer display server protocol",N, +wayland-dev,"A computer display server protocol (development files)",N, +wlroots,"Modular Wayland compositor library",N, +wlroots-dev,"Modular Wayland compositor library (development files)",N, +libxkbcommon,"keyboard handling library",N, +libxkbcommon-dev,"keyboard handling library (development files)",N, +wayland-protocols,"Protocols and protocol extensions complementing the Wayland core protocol",N, +pkgconf,"development framework configuration tools",N, diff --git a/installer.sh b/installer.sh old mode 100755 new mode 100644 index 003b703..7dfe8a4 --- a/installer.sh +++ b/installer.sh @@ -2,7 +2,7 @@ dotfiles="https://git.amolinae.com/amolinae06/dotfiles.git" software="software.csv" -devsoftware="" +devsoftware="devware.csv" apk_install(){ echo "installing $1"; apk add "$1" >/dev/null 2>&1 @@ -100,4 +100,5 @@ setup_home deploy_dotfiles setup_greetd setup_shell -setup_bluetooth \ No newline at end of file +setup_bluetooth +setup_chroot