1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Compare commits

...

3 Commits

3 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ brew "chunkwm"
brew "diceware"
brew "direnv"
brew "git"
brew "gpg"
brew "heroku"
brew "imagemagick"
brew "mas"

View File

@ -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.

View File

@ -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