This commit is contained in:
js0ny 2024-11-09 11:38:29 +00:00
parent ff2433e36d
commit ba4f13b15b

View file

@ -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"