Update dotfiles

This commit is contained in:
Santiago Lo Coco 2024-04-07 10:28:08 +02:00
parent e0eb4393d6
commit 683750f577
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ export HOMEBREW_NO_ANALYTICS=1
eval "$(/opt/homebrew/bin/brew shellenv)" eval "$(/opt/homebrew/bin/brew shellenv)"
export PATH="$PATH:/Users/slococo/Library/Application Support/JetBrains/Toolbox/scripts" 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_CONFIG_HOME="$HOME"/.config
export XDG_CACHE_HOME="$HOME"/.cache export XDG_CACHE_HOME="$HOME"/.cache

View File

@ -7,7 +7,7 @@ cloneAndMake() {
fi fi
echo "Downloading '${1}'" echo "Downloading '${1}'"
#git clone "$2" git clone "$2"
if [ -e "$1/Makefile" ]; then if [ -e "$1/Makefile" ]; then
(cd "$1" || { echo "Couldn't cd into '$1'." 1>&2 && exit 1; }; echo "$password" | sudo make install) (cd "$1" || { echo "Couldn't cd into '$1'." 1>&2 && exit 1; }; echo "$password" | sudo make install)