fz-m1_alpine/setup_config.sh
2025-03-01 14:43:18 +01:00

10 lines
245 B
Bash

# install config files
cp conf/tlp.conf /etc/tlp.conf
# install wrapper script for sway
install -m 755 bin/start-sway.sh /usr/local/bin/start-sway
mkdir -p /etc/greetd
sed "s/DEF_USER/$user/" conf/greetd/config.toml > /etc/greetd/config.toml