diff options
author | Galen Guyer <galen@galenguyer.com> | 2022-08-21 18:24:35 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2022-08-21 18:24:35 -0400 |
commit | f668e009263cdafdebae3607719ae19bfd9dc249 (patch) | |
tree | b9379edfa40b18c237eb7d38e6a2af8e0829028a /modules/40-neofetch | |
parent | 36fbe057d2235cbc12c3e7e85d88486d02be6c12 (diff) |
begin configuration of new machine
Diffstat (limited to 'modules/40-neofetch')
-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" } |