2020-07-25 23:39:09 +00:00
|
|
|
#!/usr/bin/env bash
|
2019-12-31 05:38:46 +00:00
|
|
|
|
|
|
|
source_helpers="$HOME/.dotfiles/script_helpers"
|
|
|
|
source "$source_helpers/printing.sh"
|
|
|
|
source "$source_helpers/core.sh"
|
|
|
|
source "$source_helpers/platform.sh"
|
|
|
|
source "$source_helpers/file_ops.sh"
|
|
|
|
|