From ff2433e36d8c82b5d2b86a04813032f768f4c51f Mon Sep 17 00:00:00 2001 From: js0ny Date: Sat, 9 Nov 2024 11:35:45 +0000 Subject: [PATCH] Clone to dedicated dotdir --- mac/mac_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/mac_setup.sh b/mac/mac_setup.sh index eea20a4..593bb2a 100644 --- a/mac/mac_setup.sh +++ b/mac/mac_setup.sh @@ -53,7 +53,7 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool ### Dotfiles Setup ### echo "[INFO] Setting Up Dotfiles" export $DOTFILES="$HOME/.dotfiles" -git clone https://www.github.com/js0ny/dotfiles.git $DOTFILES +git clone https://www.github.com/js0ny/dotfiles.git ~/.dotfiles ln -sf $DOTFILES/zsh/.zshenv ~/.zshenv echo "[INFO] 'source ~/.zshenv' to use XDG_CONFIG_HOME" source ~/.zshenv