diff --git a/.yadm/bootstrap b/.yadm/bootstrap index 984e866..eb4b43c 100644 --- a/.yadm/bootstrap +++ b/.yadm/bootstrap @@ -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 isn’t already if ! test which yay printf "\n# Installing yay ##############################################################\n"