diff --git a/setup/debian-setup.md b/setup/debian-setup.md index 356a6e3..21c7fbf 100644 --- a/setup/debian-setup.md +++ b/setup/debian-setup.md @@ -4,7 +4,7 @@ Here's my personal Debian 12 Bookworm setup. - Set font size in Terminal to 15 and initial column count to 85 - Must haves: - - `sudo apt install curl ddcutil deja-dup earlyoom ffmpeg flatpak git gnome-boxes gnome-clocks \ + - `sudo apt install bash-completion curl ddcutil deja-dup earlyoom ffmpeg flatpak git gnome-boxes gnome-clocks \ gnome-software-plugin-flatpak gnome-sound-recorder gnome-todo gnome-weather goldendict gparted \ keepassxc mosh mpv needrestart obs-studio shadowsocks-libev sshfs synaptic tmux trash-cli ufw \ vim-gtk3 vlc wl-clipboard` @@ -22,6 +22,7 @@ Here's my personal Debian 12 Bookworm setup. sudo chmod 0600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile + echo '/swapfile none swap defaults 0 0' | sudo tee -a /etc/fstab > /dev/null ``` - Early OOM config: edit `/etc/default/earlyoom` and add: - `--avoid diff --git a/setup/ubuntu-setup.md b/setup/ubuntu-setup.md index a5162ca..dd8fbea 100644 --- a/setup/ubuntu-setup.md +++ b/setup/ubuntu-setup.md @@ -11,7 +11,7 @@ Here's my personal Ubuntu 22.10 setup. (Make sure to enable Wayland on Nvidia!) - Optional: - `sudo apt install gnome-firmware gnome-games gnome-nettool gnome-packagekit gnome-passwordsafe \ gnome-shell-pomodoro gnome-usage gthumb mkvtoolnix-gui openjdk-17-jdk pulseeffectsqpdf ranger \ - syncplay virtualbox-qt` + syncplay virtualbox-qt heif-gdk-pixbuf heif-thumbnailer` - Remove all snaps: - ``` # if this command fails, unmount the snap mounts as reported by `mount` and try again @@ -29,6 +29,7 @@ Here's my personal Ubuntu 22.10 setup. (Make sure to enable Wayland on Nvidia!) sudo chmod 0600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile + echo '/swapfile none swap defaults 0 0' | sudo tee -a /etc/fstab > /dev/null ``` - Early OOM config: edit `/etc/default/earlyoom` and add: - `--avoid