An Arch based lightweight Linux operating system.
I have certain set of software I install on every new machine. Here follows a list I copy paste so I don't have to install everything individually each time.
sudo pacman -Syu --needed vivaldi vivaldi-ffmpeg-codecs xscreensaver gufw libreoffice-still hunspell hunspell-nl hunspell-en_GB mpv gnome-disk-utility redshift noto-fonts-emoji catfish calibre okular
sudo pacman -Syu --needed linux-lts telegram-desktop xfce4-systemload-plugin lyx texlive-most texstudio torbrowser-launcher kdenlive yakuake clementine element-desktop python-pip discord sagemath sagemath-doc code imwheel bluez bluez-utils blueberry pulseaudio-bluetooth audio-recorder geany kdeconnect
sudo pacman -U megasync-x86_64.pkg.tar.zst
./install
yay -Syu autokey-gtk hblock
hblock
in commandline to install, and run cat /etc/hosts
to verify.)pip install subliminal
sudo pacman -R xfce4-screensaver
Whisker, panel, search actions, DNS (AdGuard, openresolv), Vivaldi, autokey, redshift, mkv scripts, xscreensaver, IMWheel, vscode extensions (Code Spell Checker, Live Server)…
Place this file in .config/redshift/redshift.conf. Use the following line as startup command: redshift-gtk -c ./.config/redshift/redshift.conf
From wiki.archlinux.org/title/Bluetooth.
Run bluetooth instantly, for a single session: sudo systemctl start bluetooth
run bluetooth permanently (after rebooting): sudo systemctl enable bluetooth
run bluetooth instantly, permanently: sudo systemctl enable --now bluetooth
Auto power-on after boot/resume, and discoverable on startup: sudo geany /etc/bluetooth/main.conf
→ [Policy] → AutoEnable=true
→ [General] → DiscoverableTimeout = 0
cd <repo-folder>
git init
git remote add origin <url>
git fetch
git reset origin/main
echo "# REPONAME" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/USERNAME/REPONAME
git push -u origin main
git remote add origin https://github.com/USERNAME/REPONAME
git branch -M main
git push -u origin main
sudo pacman -Sc
sudo pacman -Rns $(pacman -Qtdq)
rm -rf ~/.cache/*
Here's a nearly exhaustive list of software I use and recommend.