Install visidata

This commit is contained in:
Tony Grosinger 2023-07-23 14:36:40 -07:00
parent 1af1dc6b1c
commit 772e95c081

View File

@ -69,6 +69,8 @@ function performSetup() {
if [[ "${OSTYPE}" == "darwin"* ]]; then if [[ "${OSTYPE}" == "darwin"* ]]; then
brew install rsync rga pandoc poppler tesseract tmux ledger brew install rsync rga pandoc poppler tesseract tmux ledger
else
sudo apt install visidata
fi fi
popd > /dev/null popd > /dev/null