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

19 lines
237 B
Bash
Executable file

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