From 48f6a6845486f10de0c5917a71112de31ff473f7 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 15 Apr 2024 00:19:14 +0000 Subject: [PATCH] set shell script --- .scripts/set-shell.sh | 4 ++++ install.sh | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 .scripts/set-shell.sh diff --git a/.scripts/set-shell.sh b/.scripts/set-shell.sh new file mode 100644 index 0000000..251e916 --- /dev/null +++ b/.scripts/set-shell.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +chsh -s /bin/zsh + diff --git a/install.sh b/install.sh index 6054d44..8abc591 100644 --- a/install.sh +++ b/install.sh @@ -28,6 +28,9 @@ source .install/install-packages.sh source .install/packages/general.sh source .install/install-packages.sh +# Set Shell +source .scripts/set-shell.sh + # Symantic links source .install/symlink.sh