From 6c15ac33e80a941392a414e4de2e650ffb58a6f9 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Fri, 19 Jul 2024 09:11:53 +0200 Subject: [PATCH] [setup] Fix ubuntu glob --- setup_ubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup_ubuntu.sh b/setup_ubuntu.sh index 0394208..ee49429 100755 --- a/setup_ubuntu.sh +++ b/setup_ubuntu.sh @@ -5,6 +5,8 @@ # # Distributed under terms of the MIT license. # +shopt -s nullglob + sudo apt -y update sudo apt -y dist-upgrade sudo apt -y install neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip python3-pynvim