Move ext/* to scripts/
This commit is contained in:
parent
e8438e11e5
commit
83c852e11f
7 changed files with 0 additions and 0 deletions
12
scripts/setup-sh.sh
Executable file
12
scripts/setup-sh.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue