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

26 lines
308 B
Bash
Executable file

#! /usr/bin/sh
DEB_PKGS="\
audacity \
borgbackup \
direnv \
docker.io \
emacs-mozc \
exa \
fcitx5-mozc \
gnumeric \
guile-3.0 \
htop \
jupyter \
keepassxc \
mpv \
postfix \
python3-venv
sway \
swayidle \
swaylock \
syncthing \
tmux \
"
sudo DEBIAN_FRONTEND=noninteractive apt-get install --yes ${DEB_PKGS}