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