mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-15 19:04:19 +00:00
Update Bootstrap.sh
This commit is contained in:
@ -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
|
||||||
@ -34,6 +36,7 @@ sudo apt install -y --no-install-recommends \
|
|||||||
python3 \
|
python3 \
|
||||||
samba \
|
samba \
|
||||||
tar \
|
tar \
|
||||||
|
ufw \
|
||||||
unzip \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
@ -118,6 +121,7 @@ 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
|
||||||
|
Reference in New Issue
Block a user