diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh index 1eb0dc8a..d62ffa3e 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -u -any='gnupg htop nasm neovim sl the_silver_searcher tree' +any='gnupg htop neovim sl the_silver_searcher tree' brew="$any ddate git openssh" pkg="$any curl ddate sudo zsh" pacman="$any base-devel ctags gdb openssh zsh" |