From 2687364597ecaa66c0a83d26a09c833a49119527 Mon Sep 17 00:00:00 2001 From: Werner Date: Sat, 25 Jun 2022 07:18:28 -0300 Subject: [PATCH] Update Bootstrap.sh --- Bootstrap.sh | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Bootstrap.sh b/Bootstrap.sh index 3c766ed..6be8166 100644 --- a/Bootstrap.sh +++ b/Bootstrap.sh @@ -44,16 +44,7 @@ sudo apt install -y --no-install-recommends \ unzip \ wget \ xz-utils \ - zsh \ - -# ZSH - -sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" -git clone https://github.com/denysdovhan/spaceship-prompt "$ZSH_CUSTOM/themes/spaceship-prompt" -ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme" - -cp ./Config/.zshrc ~/.zshrc -cp ./Config/.zshenv ~/.zshenv + zsh # Rust @@ -113,7 +104,15 @@ docker pull elasticsearch #docker pull memcached #docker pull rabbitmq +# Snap + +sudo snap install sosumi + # SSH mkdir ~/.ssh cp ./Config/.ssh/config ~/.ssh/config + +# ZSH + +sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"