Updated script

This commit is contained in:
Christoffer Martinsson 2024-10-19 17:34:40 +02:00
parent 99d4ef8efd
commit a14cbc167b

View File

@ -35,7 +35,7 @@ sudo apt -y purge --auto-remove neovim
printf -- '\033[33m Installing system packages\n\033[37m' printf -- '\033[33m Installing system packages\n\033[37m'
sudo apt update sudo apt update
sudo apt upgrade -y sudo apt upgrade -y
sudo apt install -y gpg ninja-build gettext cmake unzip curl python3 python3-pip python3-venv \ sudo apt install -y imagemagic gpg ninja-build gettext cmake unzip curl python3 python3-pip python3-venv \
build-essential libssl-dev libffi-dev python3-dev file tmux libudev-dev pkg-config locales pipx btop ncdu ranger build-essential libssl-dev libffi-dev python3-dev file tmux libudev-dev pkg-config locales pipx btop ncdu ranger
# Setup locals # Setup locals
@ -257,6 +257,10 @@ if [ $DESKTOP == "yes" ]; then
printf -- '\033[33m Installing gnome tweaks\n\033[37m' printf -- '\033[33m Installing gnome tweaks\n\033[37m'
sudo apt install -y gnome-tweaks sudo apt install -y gnome-tweaks
# Install feh
printf -- '\033[33m Installing feh\n\033[37m'
sudo apt install -y feh
# Install NerdFonts # Install NerdFonts
printf -- '\033[33m Installing NerdFonts\n\033[37m' printf -- '\033[33m Installing NerdFonts\n\033[37m'
mkdir -p /home/$USER/.local/share/fonts mkdir -p /home/$USER/.local/share/fonts