summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-08-25 14:01:27 -0400
committerJune McEnroe <programble@gmail.com>2017-08-25 14:01:27 -0400
commitbd644db5819d011653f6d4d5f42a2d20c601c96f (patch)
treeaa9d39a53f1d977f5e49b546d609b9f1016b4dcb /install.sh
parentMove nethack options to env (diff)
downloadsrc-bd644db5819d011653f6d4d5f42a2d20c601c96f.tar.gz
src-bd644db5819d011653f6d4d5f42a2d20c601c96f.zip
Install ddate
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 4aa6acbf..0684b053 100755
--- a/install.sh
+++ b/install.sh
@@ -8,12 +8,12 @@ macos() {
   xcode-select --install || true
   [ ! -f /usr/local/bin/brew ] && ruby -e "`curl -fsSL $homebrew`"
   brew install $common
-  brew install neovim/neovim/neovim openssh
+  brew install ddate neovim/neovim/neovim openssh
 }
 
 freebsd() {
   pkg install $common
-  pkg install curl neovim sudo zsh
+  pkg install curl ddate neovim sudo zsh
 }
 
 arch() {