9 lines
214 B
Bash
9 lines
214 B
Bash
#!/usr/bin/env bash
|
|
|
|
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"
|
|
|