setup.sh formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user