From 79782375fb3b3ad7b2343af26813f0524a3e06dd Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sun, 28 Jan 2024 11:08:21 -0500 Subject: [PATCH] feat: install zsh instead of expecting it --- apt.txt | 1 + bootstrap.sh | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/apt.txt b/apt.txt index a165697..bf7b028 100644 --- a/apt.txt +++ b/apt.txt @@ -1,3 +1,4 @@ +zsh tmux postgresql postgresql-contrib diff --git a/bootstrap.sh b/bootstrap.sh index 9c1dc14..0e93f51 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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