diff options
Diffstat (limited to 'distro')
| -rw-r--r-- | distro/mac.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/distro/mac.sh b/distro/mac.sh new file mode 100644 index 0000000..efdcec6 --- /dev/null +++ b/distro/mac.sh @@ -0,0 +1,10 @@ +#!/bin/sh +set -ex + +# Totally incomplete + +defaults write -g ApplePressAndHoldEnabled 0 +brew install --cask linearmouse +brew install --cask betterdisplay +brew install theseal/ssh-askpass/ssh-askpass +brew install ncdu nvim git |
