lang/sh: remove unused setup.sh
This commit is contained in:
parent
8e0e4d67b1
commit
1b8970786d
1 changed files with 0 additions and 12 deletions
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue