From 3ef969914fb2e9e4a2b786f15377fb998d39fd2c Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Sun, 5 Jul 2020 15:23:07 +0200 Subject: :sparkles: Added som tex files, and updated som install methods --- install/install_mac.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install/install_mac.sh') diff --git a/install/install_mac.sh b/install/install_mac.sh index b7be87f..37ec423 100755 --- a/install/install_mac.sh +++ b/install/install_mac.sh @@ -77,6 +77,7 @@ if [ $res -eq 1 ]; then ln -isf "$CWD/mac/Hyperterm/local" ~/.hyper_plugins/local ln -isf "$CWD/Common/vimrc" ~/.vimrc ln -isf "$CWD/Common/vim" ~/.vim + rm -r ~/Library/texmf/tex && ln -isf "$CWD/Common/tex" ~/Library/texmf/tex tput rc; tput ed fi -- cgit v1.2.3