Merge Arch config as main #1

Closed
baobeld wants to merge 228 commits from arch(btw) into master
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 48f6a68454 - Show all commits

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/packages/general.sh
source .install/install-packages.sh source .install/install-packages.sh
# Set Shell
source .scripts/set-shell.sh
# Symantic links # Symantic links
source .install/symlink.sh source .install/symlink.sh