added lines for default shell in bootstrap

This commit is contained in:
Phuntsok Drak-pa 2019-10-14 22:00:45 +02:00
parent f3e4882e78
commit e273695774
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
# file. No other packages are required. #
###############################################################################
printf "\n# Set fish as the default shell ###############################################\n"
chsh -s /usr/bin/fish
# install yay if it isnt already
if ! test which yay
printf "\n# Installing yay ##############################################################\n"