5 lines
156 B
Bash
Executable file
5 lines
156 B
Bash
Executable file
#!/bin/zsh
|
|
source ${0:a:h:h}/import-env.zsh
|
|
import-env awesome || exit 1
|
|
exec barriers --no-daemon -c ${XDG_CONFIG_HOME:-$HOME/.config}/Debauchee/home.conf
|