setup.sh formatting
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
# start
|
# start
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|
||||||
|
# # # shell
|
||||||
|
|
||||||
# apt
|
# apt
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get upgrade -y
|
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"
|
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
|
sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="spaceship"/g' ~/.zshrc
|
||||||
|
|
||||||
|
|
||||||
|
# # # dev
|
||||||
|
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
sudo apt autoremove -y
|
sudo apt autoremove -y
|
||||||
export DEBIAN_FRONTEND=readline
|
export DEBIAN_FRONTEND=readline
|
||||||
|
|||||||
Reference in New Issue
Block a user