Update Bootstrap.sh

This commit is contained in:
Werner
2022-06-25 07:18:28 -03:00
parent 9b39ba997f
commit 2687364597

View File

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