8 lines
158 B
Bash
Executable file
8 lines
158 B
Bash
Executable file
init(){
|
|
source create_user.sh
|
|
source config_changes.sh
|
|
source pacman.sh
|
|
source install_yay.sh
|
|
source aur.sh
|
|
source xmonad_xmobar.sh
|
|
}
|