Some of the things in this file are redundant as they are included tweaks in debola, like the update-alternatives commands below. Also, this page is really some notes I wrote for myself and I don't do everything mentioned here. Firefox is now included in debola tweaks, as in, the repo is added as you restore with the debola restore.sh script. Themes are also now handled in debola as well as making sure notify-send is setup and ready. post install goodness sudo update-alternatives --install /usr/bin/x-file-manager x-file-manager /usr/bin/thunar 210 sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator ~/Downloads/kitty-0.43.1-x86_64/bin/kitty 210 sudo dpkg-reconfigure tzdata if installed tlp: sudo systemctl enable tlp if installed profile-sync-daemon: psd nano .config/psd/psd.conf systemctl --user enable psd systemctl --user start psd systemctl --user status psd.service echo 'set -P' | sudo tee -a /etc/bash.bashrc sudo cp -R .local/share/fonts/* /usr/share/fonts/ sudo cp -R .local/share/themes/* /usr/share/themes/ sudo cp -R .local/share/icons/* /usr/share/icons/ sudo lxappearance gsettings set org.gnome.desktop.interface gtk-theme "Nordic-darker" gsettings set org.gnome.desktop.wm.preferences theme "Nord-Openbox-theme-master" gsettings set org.gnome.desktop.interface icon-theme "Obsidian-Gray" in ~/.gtkrc-2.0 include "/usr/share/themes/Nordic-darker/gtk-2.0/gtkrc" if notify-send needs the push: sudo cp /usr/share/applications/notification-daemon.desktop /etc/xdg/autostart/ sudo chmod +x /etc/xdg/autostart/notification-daemon.desktop maybe put the following in /etc/fstab: tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 tmpfs /var/spool tmpfs defaults,noatime,mode=1777 0 0 tmpfs /var/tmp tmpfs defaults,noatime,mode=1777 0 0 tmpfs /var/log tmpfs defaults,noatime,mode=1777 0 0 maybe some sysctl stuff: echo 'net.core.default_qdisc=fq' | sudo tee -a /etc/sysctl.conf echo 'net.ipv4.tcp_congestion_control=bbr' | sudo tee -a /etc/sysctl.conf echo 'vm.swappiness=10' | sudo tee -a /etc/sysctl.conf net.ipv4.tcp_fastopen = 3 net.ipv4.tcp_syncookies echo 'net.core.rmem_max=16777216' | sudo tee -a /etc/sysctl.conf echo 'net.core.wmem_max=16777216' | sudo tee -a /etc/sysctl.conf echo "vm.dirty_background_ratio=20" | sudo tee -a /etc/sysctl.conf echo "vm.dirty_ratio=60" | sudo tee -a /etc/sysctl.conf sudo sysctl -p some app repos Librewolf: sudo apt update && sudo apt install extrepo -y sudo extrepo enable librewolf floorp: curl -fsSL https://ppa.ablaze.one/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/Floorp.gpg sudo curl -sS --compressed -o /etc/apt/sources.list.d/Floorp.list 'https://ppa.ablaze.one/Floorp.list' phoenix: echo 'deb https://download.opensuse.org/repositories/home:/celenity/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:celenity.list wget -O- https://download.opensuse.org/repositories/home:celenity/Debian_12/Release.key 2>/dev/null | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_celenity.gpg > /dev/null sublime text: wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo tee /etc/apt/keyrings/sublimehq-pub.asc > /dev/null echo -e 'Types: deb\nURIs: https://download.sublimetext.com/\nSuites: apt/stable/\nSigned-By: /etc/apt/keyrings/sublimehq-pub.asc' | sudo tee /etc/apt/sources.list.d/sublime-text.sources firefox: wget -q https://packages.mozilla.org/apt/repo-signing-key.gpg -O- | sudo tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main" | sudo tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null echo ' Package: * Pin: origin packages.mozilla.org Pin-Priority: 1000 ' | sudo tee /etc/apt/preferences.d/mozilla update install firefox sublime-text remove exim* xdg-desktop-portal xdg-desktop-portal-gtk sudo update-alternatives --install /usr/bin/x-text-editor x-text-editor /usr/bin/subl 210 liquorix: echo 'deb http://liquorix.net/debian $(lsb_release -cs) main' | sudo tee /etc/apt/sources.list.d/liquorix.list sudo apt update sudo apt install linux-image-liquorix-amd64 linux-headers-liquorix-amd64 ff about:config: privacy.trackingprotection.fingerprinting.enabled = true privacy.firstparty.isolate = true network.dns.disablePrefetch = true network.prefetch-next = false dom.event.clipboardevents.enabled = false browser.tabs.loadBookmarksInTabs true browser.tabs.loadBookmarksInBackground true (bookmarks that open in a new tab not stealing focus) browser.search.openintab true browser.tabs.opentabfor.middleclick true (middle clik'd links open a new tab)