misc changes

This commit is contained in:
sc-idevops 2024-10-28 18:40:42 -04:00
parent feed3ebf98
commit 580b1cf266
3 changed files with 9 additions and 10 deletions

View file

@ -30,7 +30,7 @@ chmod 0700 ~/.ssh
chmod -R 0600 ~/.ssh/*
#setup shell
stow home
#stow home <-- what is this for??
echo "Select which shell to configure and use: zsh/fish/bash"; read -r answer
case $answer in
z | zsh)