8 lines
301 B
Bash
Executable file
8 lines
301 B
Bash
Executable file
script_full_path="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
|
|
|
source $script_full_path/sevices.sh
|
|
source $script_full_path/aur.sh
|
|
source $script_full_path/rustup.sh
|
|
source $script_full_path/ghcup.sh
|
|
source $script_full_path/pull-config.sh
|
|
source $script_full_path/xmonad.sh
|