=====================================================================

Changed environment dependency checker to be more automatic
This commit is contained in:
2022-05-24 10:26:05 -06:00
parent bffd64051c
commit 2dcf94199b
36 changed files with 124 additions and 144 deletions

View File

@ -1,14 +1,6 @@
#!/bin/zsh
SCWRYPTS_ROOT="${0:a:h}"
source "$SCWRYPTS_ROOT/zsh/common.zsh"
__CHECK_DEPENDENCIES \
fzf \
;
__CHECK_IMPORTS
#####################################################################
__RUN() {