dotfiles/tools/mac.sh

24 lines
594 B
Bash
Raw Normal View History

2022-07-04 17:48:20 +03:00
#!/bin/bash
set -e
2022-07-04 17:48:20 +03:00
# configuring mac-only things
# installing homebrew
echo "Installing Homebrew"
2022-07-04 17:48:20 +03:00
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
if [ "$(arch)" == "arm64" ]
then
HOMEBREW_PREFIX="/opt/homebrew"
else
2023-01-03 19:06:00 +03:00
HOMEBREW_PREFIX="/usr/local"
2022-07-04 17:48:20 +03:00
fi
echo "eval \"\$($HOMEBREW_PREFIX/bin/brew shellenv)\"" >> $HOME/.zprofile
brew install pinentry-mac gpg2
echo "pinentry-program $HOMEBREW_PREFIX/bin/pinentry-mac" >> $HOME/.gnupg/gpg-agent.conf
# install jb mono
brew tap homebrew/cask-fonts
brew install --cask font-jetbrains-mono alacritty