doomemacs/ext/setup-sh.sh
2016-10-11 13:27:21 +02: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