Add configurations for tyr

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2024-05-06 19:51:07 +02:00
parent 84019aac75
commit fea711b84c
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
27 changed files with 539 additions and 177 deletions

10
install
View file

@ -47,10 +47,10 @@ fi
source "${INSTALL_DIR}/prerequisites.sh"
source "${INSTALL_DIR}/arch.sh"
source "${INSTALL_DIR}/rust.sh"
source "${INSTALL_DIR}/composer.sh"
source "${INSTALL_DIR}/ruby.sh"
source "${INSTALL_DIR}/directories.sh"
#source "${INSTALL_DIR}/rust.sh"
#source "${INSTALL_DIR}/composer.sh"
#source "${INSTALL_DIR}/ruby.sh"
#source "${INSTALL_DIR}/directories.sh"
source "${INSTALL_DIR}/symlinks.sh"
source "${INSTALL_DIR}/permissions.sh"
source "${INSTALL_DIR}/groups.sh"
@ -58,7 +58,7 @@ source "${INSTALL_DIR}/systemd.sh"
source "${INSTALL_DIR}/udev.sh"
source "${INSTALL_DIR}/etc.sh"
source "${INSTALL_DIR}/ntp.sh"
source "${INSTALL_DIR}/lockscreen.sh"
#source "${INSTALL_DIR}/lockscreen.sh"
source "${INSTALL_DIR}/issue.sh"
source "${INSTALL_DIR}/shell.sh"