From 683750f577e9edaa27bbb1a7f095f9dd24347079 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 7 Apr 2024 10:28:08 +0200 Subject: [PATCH] Update dotfiles --- dotfiles/.zprofile | 1 - scripts/install.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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)