Updated config
This commit is contained in:
parent
bb56dd8ee0
commit
b25dcb4d2b
2 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue