Dup Ver Goto 📝

UsualAptPackages

To
28 lines, 141 words, 851 chars Page 'UsualAptPackages' does not exist.
alias apt='sudo apt'
apt update
apt install -y vim tmux g++ clang openssh-server apache2 php libapache2-mod-php 
apt install -y python-is-python3 xdotool httpie xsel python3-pip python3-venv
apt install -y git gh curl meson cmake pkg-config wl-clipboard
apt install -y linux-tools-$(uname -r)    # for cpupower (on low battery, we can throttle to 800Mhz one core)
apt install -y mpc mpd ncmpcpp htop atop fzf jq expect telnet zoxide zsh
apt install -y samba cifs-utils
apt install -y wmctrl vlc pandoc qpdf
apt install -y bash-doc vim-gtk3
apt install -y fluid libfltk1.3-dev
systemctl disable mpd # we run mpd as a user process
systemctl stop mpd

Setup zoxide with

eval "$(zoxide init bash)"

I put this into a StuffFile.

Other stuff

Here aii is an alias for sudo apt install -y

aii sox libsox-fmt-all
aii texlive-full

a