arch-config/entrypoint.sh

7 lines
121 B
Bash
Raw Normal View History

2023-01-12 20:12:46 +00:00
init(){
source create_user.sh
source config_changes.sh
2023-01-23 17:36:10 +00:00
source packages/init.sh
2023-01-12 20:12:46 +00:00
source xmonad_xmobar.sh
}