This commit is contained in:
Colin 2022-02-02 14:01:32 -05:00
parent 5104579dbd
commit e1a701e5de
2 changed files with 3 additions and 3 deletions

View File

@ -51,4 +51,4 @@ chmod +x /usr/local/bin/ctop
## Force install ohmyzsh on first login
curl -o /root/zsh-setup.sh https://digitalocean-user-data:sHEG3NTC6og8pCJDTF6EPYb8jLmbskx5Ns@git.nixc.us/Colin_/do-userdata/raw/branch/master/hasql.nixc.us/zsh-setup.sh
echo bash ~/zsh-setup.sh >> ~/.profile
source ~/.profile
# source ~/.profile

View File

@ -40,8 +40,8 @@ sed -i'' -e 's@plugins=(git)@plugins=(git cp colored-man-pages docker docker-com
## Cleanup
sed -i'' -e 's@bash $USRDIR/zsh-setup.sh@@' $USRDIR/.profile
rm -f $USRDIR/zsh-setup.sh
#sed -i'' -e 's@bash $USRDIR/zsh-setup.sh@@' $USRDIR/.profile
#rm -f $USRDIR/zsh-setup.sh
echo "Relog into terminal finished bootstrapping server"
chsh -s $(which zsh)
zsh