Clone to dedicated dotdir

This commit is contained in:
js0ny 2024-11-09 11:35:45 +00:00
parent 79e61aa31a
commit ff2433e36d

View file

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