From ba4f13b15bc03baeb9f35bf21569b6a7b1d4e753 Mon Sep 17 00:00:00 2001 From: js0ny Date: Sat, 9 Nov 2024 11:38:29 +0000 Subject: [PATCH] fix typo --- mac/mac_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mac/mac_setup.sh b/mac/mac_setup.sh index 593bb2a..8879911 100644 --- a/mac/mac_setup.sh +++ b/mac/mac_setup.sh @@ -2,7 +2,7 @@ # This script is used to setup a new mac # In a new mac (Sequoia) # Enter the following command in the terminal -#! curl -fsSL https://raw.githubusercontent.com/js0ny/dotfiles/refs/heads/master/mac/mac_setup.sh | zsh +#! curl -fsSL https://raw.githubusercontent.com/js0ny/dotfiles/refs/heads/master/mac/mac_setup.sh | sh echo "Running the setup script" @@ -52,7 +52,7 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool # Development # ### Dotfiles Setup ### echo "[INFO] Setting Up Dotfiles" -export $DOTFILES="$HOME/.dotfiles" +export DOTFILES="$HOME/.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"