feat: install zsh instead of expecting it
This commit is contained in:
parent
eff28920e8
commit
79782375fb
2 changed files with 1 additions and 9 deletions
1
apt.txt
1
apt.txt
|
@ -1,3 +1,4 @@
|
|||
zsh
|
||||
tmux
|
||||
postgresql
|
||||
postgresql-contrib
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue