11 lines
149 B
Bash
Executable file
11 lines
149 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd ~/.emacs.d/ext
|
|
source ./VARS
|
|
|
|
#
|
|
echo "Setting up zsh/bash (zshdb, bashdb)"
|
|
|
|
if is-mac; then
|
|
brew install zshdb bashdb
|
|
fi
|