summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2022-08-16 13:01:13 -0400
committerGalen Guyer <galen@galenguyer.com>2022-08-16 13:01:13 -0400
commitfe808a0b8bc5acdd715ae3903c83a9d2d1e43aa2 (patch)
tree99a3cb32fe5503c01502891bf2da93cd225617a9 /modules
parent69f4428fc03ffa03d47f6525fcb65fa48b5f76aa (diff)
add custom module names
Diffstat (limited to 'modules')
-rw-r--r--modules/40-git/install.sh1
-rw-r--r--modules/40-neofetch/install.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/40-git/install.sh b/modules/40-git/install.sh
index 384f539..61374e9 100644
--- a/modules/40-git/install.sh
+++ b/modules/40-git/install.sh
@@ -2,6 +2,7 @@ _script="$(realpath ${BASH_SOURCE[0]})"
_scriptname="$(basename $_script)"
_scriptdir="$(dirname $_script)"
_modulename="$(basename $_scriptdir)"
+DOT_MODULE_NAME="git"
function preinstall() {
if ! [[ -x "$(command -v git)" ]]; then
diff --git a/modules/40-neofetch/install.sh b/modules/40-neofetch/install.sh
index c432a71..81968ae 100644
--- a/modules/40-neofetch/install.sh
+++ b/modules/40-neofetch/install.sh
@@ -2,6 +2,7 @@ _script="$(realpath ${BASH_SOURCE[0]})"
_scriptname="$(basename $_script)"
_scriptdir="$(dirname $_script)"
_modulename="$(basename $_scriptdir)"
+DOT_MODULE_NAME="neofetch"
function preinstall() {
if ! [[ -x "$(command -v neofetch)" ]]; then