Update Bootstrap.sh

This commit is contained in:
Werner
2022-12-01 17:31:44 -03:00
committed by GitHub
parent 0579df7f16
commit c35cb2a48d

View File

@ -1,5 +1,7 @@
#!/usr/bin/env sh
DEBIAN_FRONTEND=noninteractive
# Update
sudo apt update && sudo apt upgrade -y
@ -34,6 +36,7 @@ sudo apt install -y --no-install-recommends \
python3 \
samba \
tar \
ufw \
unzip \
wget \
xz-utils \
@ -118,6 +121,7 @@ sudo ufw allow "Samba"
# Shell
mkdir ~/.config
cp ./Config/starship.toml ~/.config/starship.toml
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh