5 lines
146 B
Plaintext
5 lines
146 B
Plaintext
![]() |
#!/bin/zsh
|
||
|
source ${0:a:h:h}/import-env.zsh
|
||
|
import-env awesome
|
||
|
exec barriers --no-daemon -c ${XDG_CONFIG_HOME:-$HOME/.config}/Debauchee/home.conf
|