Track installation script
This commit is contained in:
parent
3acd505e73
commit
9061cf86c2
1 changed files with 14 additions and 0 deletions
14
.config/setup/install-packages.sh
Executable file
14
.config/setup/install-packages.sh
Executable 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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue