From f668e009263cdafdebae3607719ae19bfd9dc249 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sun, 21 Aug 2022 18:24:35 -0400 Subject: begin configuration of new machine --- modules/40-neofetch/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/40-neofetch') diff --git a/modules/40-neofetch/install.sh b/modules/40-neofetch/install.sh index 81968ae..39ef2f2 100644 --- a/modules/40-neofetch/install.sh +++ b/modules/40-neofetch/install.sh @@ -19,5 +19,6 @@ function install() { fi log info "linking neofetch config" + mkdir -p "$HOME/.config/neofetch" ln -f "$_scriptdir/config.conf" "$HOME/.config/neofetch/config.conf" } -- cgit v1.2.3