make sure homebrew path is set when installing

This commit is contained in:
Jeffrey Paul 2021-09-10 22:33:42 +00:00
parent bbb0814360
commit 5c49c3494b
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
source $HOME/.profile
export HOMEBREW_NO_ANALYTICS=1
# this shouldn't be needed but it is
export PATH="$PATH:$HOME/Library/Homebrew/bin"
# per default settings apps are installed in homedir
if [[ ! -d ~/Applications ]]; then
mkdir -p ~/Applications