dotfiles/.config/setup/install-packages.sh

14 lines
154 B
Bash
Executable file

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