Relocate script helpers to this repo

This commit is contained in:
2019-07-03 17:08:59 -04:00
parent a60a11303c
commit 1ed413b3c5
3 changed files with 177 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# @improve this path stuff
source_helpers="$HOME/.game-libs/project-templates/_helpers"
source_helpers="$HOME/.dotfiles/script_helpers"
source "$source_helpers/printing.sh"
source "$source_helpers/file_ops.sh"