This commit is contained in:
parent
5104579dbd
commit
e1a701e5de
|
@ -51,4 +51,4 @@ chmod +x /usr/local/bin/ctop
|
||||||
## Force install ohmyzsh on first login
|
## 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
|
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
|
echo bash ~/zsh-setup.sh >> ~/.profile
|
||||||
source ~/.profile
|
# source ~/.profile
|
||||||
|
|
|
@ -40,8 +40,8 @@ sed -i'' -e 's@plugins=(git)@plugins=(git cp colored-man-pages docker docker-com
|
||||||
|
|
||||||
|
|
||||||
## Cleanup
|
## Cleanup
|
||||||
sed -i'' -e 's@bash $USRDIR/zsh-setup.sh@@' $USRDIR/.profile
|
#sed -i'' -e 's@bash $USRDIR/zsh-setup.sh@@' $USRDIR/.profile
|
||||||
rm -f $USRDIR/zsh-setup.sh
|
#rm -f $USRDIR/zsh-setup.sh
|
||||||
echo "Relog into terminal finished bootstrapping server"
|
echo "Relog into terminal finished bootstrapping server"
|
||||||
chsh -s $(which zsh)
|
chsh -s $(which zsh)
|
||||||
zsh
|
zsh
|
||||||
|
|
Loading…
Reference in New Issue