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)"