From 35a46999c17c24ae12690372dcdfa40313008036 Mon Sep 17 00:00:00 2001 From: jontino tinerino Date: Sat, 4 Jan 2025 22:20:09 -0500 Subject: [PATCH] changed file copying to symlinks --- mac/mac_setup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mac/mac_setup.sh b/mac/mac_setup.sh index 8d71ec7..b03b898 100755 --- a/mac/mac_setup.sh +++ b/mac/mac_setup.sh @@ -1,7 +1,7 @@ # ============================================================================== # Auth: dodd # File: mac_setup.sh -# Revn: 12-20-2024 0.4 +# Revn: 01-04-2025 1.0 # Func: re-setup terminal tools in mac # # TODO: improve @@ -16,6 +16,7 @@ # 12-18-2024: made dotfiles symlink instead of copied diverging files # 12-20-2024: corrected relative pathing issue with symlinks # fixed bugs in cp mes.as and dos.sh lines +#*01-14-2025: fixed typo in .vimrc symlink # # ============================================================================== @@ -48,7 +49,7 @@ cd ~/Documents/work git clone https://github.com/alexander-the-alright/dotfiles ln -s ~/Documents/work/dotfiles/mac/.zshrc ~/.zshrc -ln -s ~/Documents/work/dotfiles/mac/.vimrc ~/.vimrc +ln -s ~/Documents/work/dotfiles/.vimrc ~/.vimrc ln -s ~/Documents/work/dotfiles/mac/.vim ~/.vim #cp dotfiles/mac/.zshrc ~/