mirror of
https://github.com/danbee/mac-setup
synced 2025-03-04 08:39:10 +00:00
Compare commits
3 Commits
5f4e1e18ee
...
a80f0c3e6f
| Author | SHA1 | Date | |
|---|---|---|---|
| a80f0c3e6f | |||
| 9b6a18ebec | |||
| a690f715c5 |
1
Brewfile
1
Brewfile
@ -6,6 +6,7 @@ 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