Updated config

This commit is contained in:
Eduard Urbach 2025-06-26 16:10:25 +02:00
parent bb56dd8ee0
commit b25dcb4d2b
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
2 changed files with 11 additions and 0 deletions

View file

@ -10,6 +10,11 @@ if command -q doas
set sudo doas
end
# greetd
set file greetd
[ -d /etc/$file ] && [ ! -L /etc/$file ] && $sudo rm -rf /etc/$file
$sudo ln -s -f $HOME/.config/etc/$file /etc/
# sysctl
set file sysctl.d
[ -d /etc/$file ] && [ ! -L /etc/$file ] && $sudo rm -rf /etc/$file