Move ext/* to scripts/

This commit is contained in:
Henrik Lissner 2017-01-16 23:13:12 -05:00
parent e8438e11e5
commit 83c852e11f
7 changed files with 0 additions and 0 deletions

12
scripts/setup-sh.sh Executable file
View file

@ -0,0 +1,12 @@
#!/usr/bin/env bash
source VARS
#
echo "Setting up zsh/bash (zshdb, bashdb)"
if is-mac; then
brew install zshdb bashdb
elif is-arch; then
sudo pacman --noconfirm -S zshdb bashdb
fi