add gui programs
This commit is contained in:
@@ -25,4 +25,4 @@ x = 0
|
|||||||
y = 0
|
y = 0
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
opacity = 0.95
|
opacity = 0.9
|
||||||
|
|||||||
@@ -32,3 +32,28 @@ if ! installed "syncthing" ; then
|
|||||||
systemctl --user start syncthing
|
systemctl --user start syncthing
|
||||||
fi
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user