set shell script
This commit is contained in:
parent
7a2ae3600c
commit
48f6a68454
2 changed files with 7 additions and 0 deletions
4
.scripts/set-shell.sh
Normal file
4
.scripts/set-shell.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
chsh -s /bin/zsh
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue