Add configurations for tyr
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
84019aac75
commit
fea711b84c
27 changed files with 539 additions and 177 deletions
10
install
10
install
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue