summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-10-15 23:09:05 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-10-15 23:09:05 +0100
commit9daf168ec6ce471262986b162481fa83658fa86f (patch)
treeaccbbf383886f905a3af89c951712fdd27128261
parent770ecf0618a41ed5d4c960f886600327be51291c (diff)
add rlwrap to macos
Diffstat (limited to '')
-rw-r--r--src/macos.thrust2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macos.thrust b/src/macos.thrust
index c7910a1..9829e8f 100644
--- a/src/macos.thrust
+++ b/src/macos.thrust
@@ -48,8 +48,10 @@ A list of stuff I want in a fresh macOS install.
$ brew install \
entr \
jq \
+ moreutils \
pre-commit \
ripgrep \
+ rlwrap \
tmux
```