This commit is contained in:
Werner
2022-12-02 13:08:29 -03:00

View File

@ -1,5 +1,7 @@
#!/usr/bin/env sh #!/usr/bin/env sh
DEBIAN_FRONTEND=noninteractive
# Update # Update
sudo apt update && sudo apt upgrade -y sudo apt update && sudo apt upgrade -y
@ -23,6 +25,7 @@ sudo apt install -y --no-install-recommends \
gnupg \ gnupg \
gzip \ gzip \
gzip \ gzip \
htop \
iputils-ping \ iputils-ping \
libc6-dev \ libc6-dev \
libluajit-5.1-dev \ libluajit-5.1-dev \
@ -40,6 +43,7 @@ sudo apt install -y --no-install-recommends \
python3 \ python3 \
samba \ samba \
tar \ tar \
ufw \
unzip \ unzip \
wget \ wget \
xz-utils \ xz-utils \
@ -168,11 +172,12 @@ sudo ufw allow "Samba"
# Shell # Shell
mkdir ~/.config
cp ./Config/starship.toml ~/.config/starship.toml cp ./Config/starship.toml ~/.config/starship.toml
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
curl -sS https://starship.rs/install.sh | sh curl -sS https://starship.rs/install.sh | sh
sudo chsh -s $(which zsh) chsh -s $(which zsh)
# Reboot # Reboot