Order the installation scripts

This commit is contained in:
Ohad Livne 2025-06-04 22:44:28 +03:00
parent e75470eb20
commit 8b40cbc8b2
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 0 additions and 0 deletions

View file

@ -1,21 +0,0 @@
#! /usr/bin/sh
DEB_PKGS="\
audacity \
docker.io \
emacs-mozc \
exa \
htop \
ibus-mozc \
keepassxc \
mpv \
python3-flake8 \
python3-pylsp \
sway \
swayidle \
swaylock \
youtube-dl \
"
sudo apt-get install --yes ${DEB_PKGS}
sudo usermod --append --groups docker ${USER}