doomemacs/scripts/setup-sh.sh
2017-01-16 23:13:12 -05:00

13 lines
192 B
Bash
Executable File

#!/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