Setup: persistent swap, heif, bash-completion

This commit is contained in:
DuckDuckWhale 2022-12-08 17:44:00 -08:00
parent 3c8daaa396
commit 7ff86d5f2d
Signed by: DuckDuckWhale
GPG Key ID: E4B9FC170FFD71CE
2 changed files with 4 additions and 2 deletions

View File

@ -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 - Set font size in Terminal to 15 and initial column count to 85
- Must haves: - 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 \ 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 \ keepassxc mosh mpv needrestart obs-studio shadowsocks-libev sshfs synaptic tmux trash-cli ufw \
vim-gtk3 vlc wl-clipboard` vim-gtk3 vlc wl-clipboard`
@ -22,6 +22,7 @@ Here's my personal Debian 12 Bookworm setup.
sudo chmod 0600 /swapfile sudo chmod 0600 /swapfile
sudo mkswap /swapfile sudo mkswap /swapfile
sudo swapon /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: - Early OOM config: edit `/etc/default/earlyoom` and add:
- `--avoid - `--avoid

View File

@ -11,7 +11,7 @@ Here's my personal Ubuntu 22.10 setup. (Make sure to enable Wayland on Nvidia!)
- Optional: - Optional:
- `sudo apt install gnome-firmware gnome-games gnome-nettool gnome-packagekit gnome-passwordsafe \ - `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 \ 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: - Remove all snaps:
- ``` - ```
# if this command fails, unmount the snap mounts as reported by `mount` and try again # 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 chmod 0600 /swapfile
sudo mkswap /swapfile sudo mkswap /swapfile
sudo swapon /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: - Early OOM config: edit `/etc/default/earlyoom` and add:
- `--avoid - `--avoid