diff options
author | Jakob Stendahl <jakobste@uio.no> | 2020-07-05 15:23:07 +0200 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2020-07-05 15:23:07 +0200 |
commit | 3ef969914fb2e9e4a2b786f15377fb998d39fd2c (patch) | |
tree | f73bde9369067e0445d0056022ac33aa5856da38 /install | |
parent | 341fd5b41a264491c88edcb414efd27df0061588 (diff) | |
download | dotfiles-3ef969914fb2e9e4a2b786f15377fb998d39fd2c.tar.gz dotfiles-3ef969914fb2e9e4a2b786f15377fb998d39fd2c.zip |
:sparkles: Added som tex files, and updated som install methods
Diffstat (limited to 'install')
-rwxr-xr-x | install/install_mac.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |