From: Siraaj Khandkar Date: Thu, 7 May 2020 00:06:42 +0000 (-0400) Subject: Fix missing .Mathematica dir from home install X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=e63982b9cf1ad60b2036e3ace961106302424c2f Fix missing .Mathematica dir from home install --- diff --git a/Makefile b/Makefile index d204943..563f6f4 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,7 @@ home: mpdconf compiled @cp home/.Rprofile $(HOME)/ @cp home/.tmux.conf $(HOME)/ @cp home/.xbindkeysrc $(HOME)/ + @cp -Rp home/.Mathematica/ $(HOME)/ mpdconf: @mkdir -p ~/Archives/Audio