configs

Config files and configuration procedures.

This project is maintained by ggirelli

Ubuntu 24.04 - first startup configs

Assumes LVM encrypted installation.

First actions

sudo apt update
sudo apt upgrade
sudo apt autoclean
sudo apt autoremove
sudo apt install htop bashtop numix-gtk-theme numix-icon-theme \
                 numix-icon-theme-circle gnome-tweaks screen \
                 git inkscape gimp vlc lyx zsh \
                 net-tools stress lm-sensors cifs-utils alien \
                 openssh-server libffi-dev \
                 gnome-shell-extension-manager \
                 ubuntu-restricted-extras dconf-editor

Appearance

Technical

swapoff -v /swap.img
fallocate -l 32G /swap.img
mkswap /swap.img
swapon /swap.img

Third-party software

Terminal

sudo apt install fd-find
mkdir -p ~/.local/bin
ln -s $(which fdfind) ~/.local/bin/fd
echo "PATH=~/.local/bin:$PATH" | tee -a ~/.zprofile