Updated script
This commit is contained in:
parent
99d4ef8efd
commit
a14cbc167b
@ -35,7 +35,7 @@ sudo apt -y purge --auto-remove neovim
|
||||
printf -- '\033[33m Installing system packages\n\033[37m'
|
||||
sudo apt update
|
||||
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
|
||||
|
||||
# Setup locals
|
||||
@ -257,6 +257,10 @@ if [ $DESKTOP == "yes" ]; then
|
||||
printf -- '\033[33m Installing gnome tweaks\n\033[37m'
|
||||
sudo apt install -y gnome-tweaks
|
||||
|
||||
# Install feh
|
||||
printf -- '\033[33m Installing feh\n\033[37m'
|
||||
sudo apt install -y feh
|
||||
|
||||
# Install NerdFonts
|
||||
printf -- '\033[33m Installing NerdFonts\n\033[37m'
|
||||
mkdir -p /home/$USER/.local/share/fonts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user