Add missing packages
This commit is contained in:
parent
134543f675
commit
49cc7e0590
|
@ -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
|
||||
|
||||
|
|
|
@ -6,7 +6,9 @@ begin
|
|||
function installSW
|
||||
yayinst \
|
||||
vscodium-bin \
|
||||
visual-studio-code-bin
|
||||
visual-studio-code-bin (
|
||||
# Trash functionality
|
||||
) gvfs
|
||||
|
||||
configureSW
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue