diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2022-10-11 12:29:43 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-10-11 12:29:43 +0200 |
commit | 25892b502b18958b31a1b1ec6cd4e4d165481e9b (patch) | |
tree | 632777fc423417da45a5097008758ac266c6153b /install/install_mac.sh | |
parent | c5d3dc7fa1c7f04f2149ab04718f542de05be2ee (diff) | |
download | dotfiles-25892b502b18958b31a1b1ec6cd4e4d165481e9b.tar.gz dotfiles-25892b502b18958b31a1b1ec6cd4e4d165481e9b.zip |
Small tweaks
Diffstat (limited to 'install/install_mac.sh')
-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 9b1af7b..c2c46a8 100755 --- a/install/install_mac.sh +++ b/install/install_mac.sh @@ -69,6 +69,7 @@ if [ $res -eq 1 ]; then ln -isf "$CWD/Common/zshrc" ~/.zshrc ln -isf "$CWD/Common/vimrc" ~/.vimrc ln -isf "$CWD/Common/vim" ~/.vim + ln -isf "$CWD/Common/nvim" ~/.config/nvim ln -isf "$CWD/Common/p10k.zsh" ~/.p10k.zsh rm -r ~/Library/texmf/tex && ln -isf "$CWD/Common/tex" ~/Library/texmf/tex tput rc; tput ed |