mirror of
https://github.com/danbee/mac-setup
synced 2025-03-04 08:39:10 +00:00
Compare commits
No commits in common. "a80f0c3e6f468595b89a4510b1b1f842e7feb60d" and "5f4e1e18ee24b82cea5b2d43ce22657823ab6cd1" have entirely different histories.
a80f0c3e6f
...
5f4e1e18ee
1
Brewfile
1
Brewfile
@ -6,7 +6,6 @@ brew "chunkwm"
|
||||
brew "diceware"
|
||||
brew "direnv"
|
||||
brew "git"
|
||||
brew "gpg"
|
||||
brew "heroku"
|
||||
brew "imagemagick"
|
||||
brew "mas"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
# Ask the user to generate a code signing key for `chunkwm`
|
||||
echo "Please generate a code signing certificate called 'chunkwm-cert' in Keychain Access"
|
||||
. read -r -p "Press any key to continue... " -n 1
|
||||
read -r -p "Press any key to continue... " -n 1
|
||||
|
||||
# We need to code sign chunkwm and skhd in order for them to be added to the
|
||||
# accessibility allowed list.
|
||||
|
||||
2
setup.sh
2
setup.sh
@ -23,7 +23,7 @@ if [ ! -f "$HOME/.ssh/id_ed25519.pub" ]; then
|
||||
echo "============ Public key ============="
|
||||
cat ~/.ssh/id_ed25519.pub
|
||||
echo "====================================="
|
||||
. read -r -p "Press any key to continue... " -n 1
|
||||
read -r -p "Press any key to continue... " -n 1
|
||||
fi
|
||||
|
||||
# Add the SSH key to the agent now to avoid multiple prompts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user