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
|
tmux
|
||||||
postgresql
|
postgresql
|
||||||
postgresql-contrib
|
postgresql-contrib
|
||||||
|
|
|
@ -1,14 +1,5 @@
|
||||||
#!/bin/bash
|
#!/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.
|
# Ensuring steps are defined.
|
||||||
. ./steps.sh
|
. ./steps.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue