From 2cacecdd106b9081f8f39c5944f17ddbd096d466 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 24 Jul 2025 12:13:58 +0200 Subject: [PATCH] add zsh to basic install --- install_the_basics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_the_basics.sh b/install_the_basics.sh index 8b6e1e4..3a1ce38 100755 --- a/install_the_basics.sh +++ b/install_the_basics.sh @@ -2,6 +2,6 @@ set -e apt-get update apt-get install git curl wget vim neovim fd-find bat python3 \ python-is-python3 tmux btop htop fzf lsd tldr trash-cli \ - ripgrep tree nmap unzip + ripgrep tree nmap unzip zsh apt-get upgrade apt-get autoremove