Add further initialization packages
This commit is contained in:
parent
dabd51ea1a
commit
50dcbd015a
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ begin
|
||||||
source "$dir/../Software/base-devel/main.fish"
|
source "$dir/../Software/base-devel/main.fish"
|
||||||
source "$dir/../Software/pacman/main.fish"
|
source "$dir/../Software/pacman/main.fish"
|
||||||
source "$dir/../Software/yay/main.fish"
|
source "$dir/../Software/yay/main.fish"
|
||||||
yayinst powershell-bin
|
|
||||||
|
yayinst \
|
||||||
|
pacman-contrib \
|
||||||
|
powershell-bin
|
||||||
end
|
end
|
||||||
|
|
||||||
if not type -q installSoftware
|
if not type -q installSoftware
|
||||||
|
|
Loading…
Reference in a new issue