add dev software and enable chroot
This commit is contained in:
parent
a1ed84ad18
commit
f9d7584a11
2 changed files with 18 additions and 2 deletions
15
devware.csv
Normal file
15
devware.csv
Normal file
|
@ -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,
|
|
5
installer.sh
Executable file → Normal file
5
installer.sh
Executable file → Normal file
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
dotfiles="https://git.amolinae.com/amolinae06/dotfiles.git"
|
dotfiles="https://git.amolinae.com/amolinae06/dotfiles.git"
|
||||||
software="software.csv"
|
software="software.csv"
|
||||||
devsoftware=""
|
devsoftware="devware.csv"
|
||||||
|
|
||||||
apk_install(){
|
apk_install(){
|
||||||
echo "installing $1"; apk add "$1" >/dev/null 2>&1
|
echo "installing $1"; apk add "$1" >/dev/null 2>&1
|
||||||
|
@ -100,4 +100,5 @@ setup_home
|
||||||
deploy_dotfiles
|
deploy_dotfiles
|
||||||
setup_greetd
|
setup_greetd
|
||||||
setup_shell
|
setup_shell
|
||||||
setup_bluetooth
|
setup_bluetooth
|
||||||
|
setup_chroot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue