diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile index b7c0948..b3ae0f0 100644 --- a/dotfiles/.zprofile +++ b/dotfiles/.zprofile @@ -2,7 +2,6 @@ export HOMEBREW_NO_ANALYTICS=1 eval "$(/opt/homebrew/bin/brew shellenv)" export PATH="$PATH:/Users/slococo/Library/Application Support/JetBrains/Toolbox/scripts" -# export PATH="$HOME/.jenv/bin:$PATH export XDG_CONFIG_HOME="$HOME"/.config export XDG_CACHE_HOME="$HOME"/.cache diff --git a/scripts/install.sh b/scripts/install.sh index e7ca8f2..1d7d233 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -7,7 +7,7 @@ cloneAndMake() { fi echo "Downloading '${1}'" - #git clone "$2" + git clone "$2" if [ -e "$1/Makefile" ]; then (cd "$1" || { echo "Couldn't cd into '$1'." 1>&2 && exit 1; }; echo "$password" | sudo make install)