6 lines
121 B
Bash
Executable file
6 lines
121 B
Bash
Executable file
init(){
|
|
source create_user.sh
|
|
source config_changes.sh
|
|
source packages/init.sh
|
|
source xmonad_xmobar.sh
|
|
}
|