setup.sh formatting

This commit is contained in:
2019-06-21 00:11:51 +01:00
committed by GitHub
parent b5567b21fa
commit 5881ad5687

View File

@@ -1,6 +1,9 @@
# start
export DEBIAN_FRONTEND=noninteractive
# # # shell
# apt
sudo apt-get update
sudo apt-get upgrade -y
@@ -24,6 +27,10 @@ git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/theme
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"
sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="spaceship"/g' ~/.zshrc
# # # dev
# cleanup
sudo apt autoremove -y
export DEBIAN_FRONTEND=readline