lang/sh: remove unused setup.sh

This commit is contained in:
Henrik Lissner 2017-08-21 21:55:34 +02:00
parent 8e0e4d67b1
commit 1b8970786d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,12 +0,0 @@
#!/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