feat: install zsh instead of expecting it

This commit is contained in:
Marc 2024-01-28 11:08:21 -05:00
parent eff28920e8
commit 79782375fb
Signed by: marc
GPG key ID: 048E042F22B5DC79
2 changed files with 1 additions and 9 deletions

View file

@ -1,3 +1,4 @@
zsh
tmux
postgresql
postgresql-contrib

View file

@ -1,14 +1,5 @@
#!/bin/bash
# 1. PRECONDITIONS
#
# zsh is expected to be set up.
if [ -z "$(zsh --version 2> /dev/null)" ]; then
echo "💥 Install zsh (https://www.zsh.org/) before installing environment."
return
fi
# Ensuring steps are defined.
. ./steps.sh