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"
|
source "$dir/../Software/Virtual Machine Manager/main.fish"
|
||||||
yayinst propertree-git # mac config file editor
|
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
|
if collectionActive school
|
||||||
yayinst \
|
yayinst \
|
||||||
teams-for-linux \
|
teams-for-linux \
|
||||||
|
@ -201,10 +209,17 @@ begin
|
||||||
|
|
||||||
if collectionActive coding
|
if collectionActive coding
|
||||||
yayinst \
|
yayinst \
|
||||||
|
archiso \
|
||||||
|
wimlib (
|
||||||
|
# ISO support for wimlib
|
||||||
|
) cdrkit \
|
||||||
tea \
|
tea \
|
||||||
woodpecker-cli
|
woodpecker-cli (
|
||||||
|
# AsciiDocs
|
||||||
|
) python-docutils (
|
||||||
|
# reStructuredText
|
||||||
|
) esbonio
|
||||||
|
|
||||||
source "$dir/../Software/vscode/main.fish"
|
|
||||||
source "$dir/../Software/n/main.fish"
|
source "$dir/../Software/n/main.fish"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,9 @@ begin
|
||||||
function installSW
|
function installSW
|
||||||
yayinst \
|
yayinst \
|
||||||
vscodium-bin \
|
vscodium-bin \
|
||||||
visual-studio-code-bin
|
visual-studio-code-bin (
|
||||||
|
# Trash functionality
|
||||||
|
) gvfs
|
||||||
|
|
||||||
configureSW
|
configureSW
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue