Update dotfiles
This commit is contained in:
parent
e0eb4393d6
commit
683750f577
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue