diff options
author | June McEnroe <june@causal.agency> | 2017-08-25 14:01:27 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-08-25 14:01:27 -0400 |
commit | 89756187bb6ab977e50b679d317efda3c108f985 (patch) | |
tree | 7ac3c52ec517fba2110ed2d645dd42454a8c12ef | |
parent | Move nethack options to env (diff) | |
download | src-89756187bb6ab977e50b679d317efda3c108f985.tar.gz src-89756187bb6ab977e50b679d317efda3c108f985.zip |
Install ddate
Diffstat (limited to '')
-rwxr-xr-x | install.sh | 4 |
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() { |