Track installation script

This commit is contained in:
Ohad Livne 2025-06-04 22:44:04 +03:00
parent 3acd505e73
commit 9061cf86c2
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -0,0 +1,14 @@
#! /usr/bin/sh
DEB_PKGS="\
audacity \
docker.io \
emacs-mozc \
mpv \
sway \
swayidle \
swaylock \
youtube-dl \
"
sudo apt-get install --yes ${DEB_PKGS}