Add missing packages

This commit is contained in:
Manuel Thalmann 2024-07-17 15:49:30 +02:00
parent 1f6081020b
commit 638601c2c1
2 changed files with 20 additions and 3 deletions

View file

@ -127,6 +127,14 @@ begin
source "$dir/../Software/Virtual Machine Manager/main.fish"
yayinst propertree-git # mac config file editor
if collectionActive coding
yayinst \
devdocs-desktop \
godot-mono-bin
source "$dir/../Software/vscode/main.fish"
end
if collectionActive school
yayinst \
teams-for-linux \
@ -201,10 +209,17 @@ begin
if collectionActive coding
yayinst \
archiso \
wimlib (
# ISO support for wimlib
) cdrkit \
tea \
woodpecker-cli
woodpecker-cli (
# AsciiDocs
) python-docutils (
# reStructuredText
) esbonio
source "$dir/../Software/vscode/main.fish"
source "$dir/../Software/n/main.fish"
end

View file

@ -6,7 +6,9 @@ begin
function installSW
yayinst \
vscodium-bin \
visual-studio-code-bin
visual-studio-code-bin (
# Trash functionality
) gvfs
configureSW
end