set shell script

This commit is contained in:
Benjamin Palko 2024-04-15 00:19:14 +00:00
parent 7a2ae3600c
commit 48f6a68454
2 changed files with 7 additions and 0 deletions

4
.scripts/set-shell.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
chsh -s /bin/zsh

View file

@ -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