mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-10-31 20:44:12 +01:00
check for brew
This commit is contained in:
parent
fe64e69066
commit
326af16307
@ -2,7 +2,9 @@ set -g fish_user_paths "/usr/local/sbin" $fish_user_paths
|
||||
|
||||
set -x PIPENV_VENV_IN_PROJECT true
|
||||
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
if [ -x /opt/homebrew/bin/brew ]
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
end
|
||||
|
||||
export GOPATH="$HOME/.go"
|
||||
if type -q brew
|
||||
|
2
install
2
install
@ -36,7 +36,7 @@ if [[ $platform == "Darwin" ]]; then
|
||||
if uninstalled brew; then
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
fi
|
||||
brew bundle --no-lockfile --file ./files/Brewfile
|
||||
brew bundle --no-lock --file ./files/Brewfile
|
||||
|
||||
# iTerm2
|
||||
defaults write com.googlecode.iterm2.plist PrefsCustomFolder -string "~/.dotfiles/files/iterm2"
|
||||
|
Loading…
Reference in New Issue
Block a user