From c35cb2a48daa03f92951fc6243e35415f31c5228 Mon Sep 17 00:00:00 2001 From: Werner Date: Thu, 1 Dec 2022 17:31:44 -0300 Subject: [PATCH 1/3] Update Bootstrap.sh --- Bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Bootstrap.sh b/Bootstrap.sh index b9e8ad0..e9f778b 100644 --- a/Bootstrap.sh +++ b/Bootstrap.sh @@ -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 From a9d778fa35d12237b1338b2a1d984f031279e612 Mon Sep 17 00:00:00 2001 From: Werner Date: Thu, 1 Dec 2022 17:52:24 -0300 Subject: [PATCH 2/3] Update Bootstrap.sh --- Bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.sh b/Bootstrap.sh index e9f778b..13f453d 100644 --- a/Bootstrap.sh +++ b/Bootstrap.sh @@ -126,7 +126,7 @@ 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 curl -sS https://starship.rs/install.sh | sh -sudo chsh -s $(which zsh) +chsh -s $(which zsh) # Reboot From 413814883e21c63c19a4ef91458b537faab1744b Mon Sep 17 00:00:00 2001 From: Werner Date: Thu, 1 Dec 2022 21:43:33 -0300 Subject: [PATCH 3/3] Update Bootstrap.sh --- Bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Bootstrap.sh b/Bootstrap.sh index 13f453d..bc58e7d 100644 --- a/Bootstrap.sh +++ b/Bootstrap.sh @@ -21,6 +21,7 @@ sudo apt install -y --no-install-recommends \ gnupg \ gzip \ gzip \ + htop \ libc6-dev \ libssl-dev \ libudev-dev \