Skip to content

Commit

Permalink
add some mac setup changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Bird committed Apr 2, 2020
1 parent 5a73bc0 commit c21615e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gnupg/gpg-agent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
max-cache-ttl 43200
default-cache-ttl 43200
#pinentry-program /usr/bin/pinentry-tty
pinentry-program /usr/bin/pinentry-gnome3
#pinentry-program /usr/bin/pinentry-gnome3
#pinentry-program /usr/local/bin/pinentry-mac
#debug-level guru
allow-preset-passphrase
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ defaults write -g KeyRepeat -int 0 # normal minimum is 2 (30 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
```

gnu tools, coreutils
gnu tools, coreutils, brew installs
---
- install gnu tools https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/
```
Expand All @@ -79,10 +79,16 @@ brew install gnu-tar
brew install gnu-which
brew install gnutls
brew install grep
brew install gzip
brew install time
brew install screen
brew install watch
brew install wdiff
brew install wget
brew install less
brew install gzip
brew install python3
brew install autojump
brew install figlet
pip install awscli
```

0 comments on commit c21615e

Please sign in to comment.