diff options
Diffstat (limited to 'modules/40-neofetch/install.sh')
-rw-r--r-- | modules/40-neofetch/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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" } |