2023-01-29 02:58:40 +00:00
|
|
|
script_full_path="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
2023-01-29 02:43:54 +00:00
|
|
|
|
|
|
|
source $script_full_path/sevices.sh
|
|
|
|
source $script_full_path/aur.sh
|
|
|
|
source $script_full_path/rustup.sh
|
|
|
|
source $script_full_path/ghcup.sh
|
2023-01-29 03:03:00 +00:00
|
|
|
source $script_full_path/pull-config.sh
|
|
|
|
source $script_full_path/xmonad.sh
|