brew
This commit is contained in:
13
install/brew
Executable file
13
install/brew
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
##makedesc: Install software from brew
|
||||
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
||||
brew install \
|
||||
bash \
|
||||
stow \
|
||||
gnupg \
|
||||
pinentry-mac
|
||||
|
||||
echo "pinentry-program $(which pinentry-mac)" >> ~/.gnupg/gpg-agent.conf
|
||||
gpgconf --kill gpg-agent
|
||||
Reference in New Issue
Block a user