add gui programs

This commit is contained in:
2024-04-23 11:13:12 +02:00
parent 946e25aad9
commit ca6925d998
2 changed files with 26 additions and 1 deletions

View File

@@ -25,4 +25,4 @@ x = 0
y = 0
[window]
opacity = 0.95
opacity = 0.9

View File

@@ -32,3 +32,28 @@ if ! installed "syncthing" ; then
systemctl --user start syncthing
fi
# libreoffice
if ! installed "libreoffice" ; then
sudo pacman -S --noconfirm libreoffice-still
fi
# inkscape
if ! installed "inkscape" ; then
sudo pacman -S --noconfirm inkscape
fi
# gimp
if ! installed "gimp" ; then
sudo pacman -S --noconfirm gimp
fi
# audacity
if ! installed "audacity" ; then
sudo pacman -S --noconfirm audacity
fi
# davinci resolve
if ! installed "davinci-resolve" ; then
yay -S --noconfirm davinci-resolve
fi