From aa7d52cef3dd84ec670c9994d1c940c488e5597d Mon Sep 17 00:00:00 2001 From: askiiart Date: Fri, 8 Sep 2023 19:18:39 -0500 Subject: [PATCH] Fix missing chsh and git submodules --- zsh/zsh-setup.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/zsh-setup.bash b/zsh/zsh-setup.bash index abcd5f8..59ae664 100755 --- a/zsh/zsh-setup.bash +++ b/zsh/zsh-setup.bash @@ -14,7 +14,7 @@ command_exists() { type "$1" &>/dev/null; } if command_exists "apt-get"; then sudo apt-get install zsh -y elif command_exists "yum"; then - sudo yum install zsh -y + sudo yum install zsh util-linux-user -y elif command_exists "pacman"; then sudo pacman -S zsh --noconfirm --needed elif command_exists "zypper"; then @@ -30,6 +30,7 @@ else exit 1 fi +git submodule update --init --recursive cp -r zsh-files/.oh-my-zsh ~/ cp -r zsh-files/.zkbd ~/ cp zsh-files/.zshrc ~/