Revert "Descriptions parsing improved" (c1150af9) + php tools fixes

This commit is contained in:
2022-12-28 15:20:25 +08:00
parent f89b2d946d
commit 90dc1b4d8b
13 changed files with 114 additions and 137 deletions

View File

@@ -1,4 +1,2 @@
# [TODO] [PACK] Install qt5 + flameshot from source
flameshot:
qt5
flameshot-build
##flameshot: [TODO] [PACK] qt5 + flameshot from source
flameshot: qt5 flameshot-build

View File

@@ -1,5 +1,2 @@
# [PACK] Install apache + php + mariadb
lamp:
apache
php-stack
mariadb
##lamp: [PACK] Apache + php + mariadb
lamp: apache phpstack mariadb

View File

@@ -1,4 +1,2 @@
# [PACK] Install OBS Studio + droidcam-obs
obs:
obs-studio
droidcam-obs
##obs: [PACK] Install OBS Studio + droidcam-obs
obs: obs-studio droidcam-obs

View File

@@ -1,7 +1,4 @@
# [PACK] Install zsh + omz + powerline10k + MesloLGS font
omz:
zsh
omz-clean
omz-fancy
##omz: [PACK] zsh + omz + powerline10k + MesloLGS font
omz: zsh omz-clean omz-fancy
chsh -s /usr/bin/zsh
@exec zsh

View File

@@ -1,4 +0,0 @@
# [PACK] Install full php stack with tooling
phptools:
php
php-tools

View File

@@ -1,9 +0,0 @@
# [PACK] Install only php tooling (composer, phpunit, psalm, phpcs, php-cs-fixer, php-spx, phpmd)
php-stack:
composer
php-psalm
php-spx
phpcs
phpmd
phpstan
phpunit

2
packs/phpstack Normal file
View File

@@ -0,0 +1,2 @@
##phptools: [PACK] Install only php tooling (composer, phpunit, psalm, phpcs, php-cs-fixer, php-spx, phpmd)
phptools: composer php-psalm php-spx phpcs phpmd phpstan phpunit

2
packs/phptools Normal file
View File

@@ -0,0 +1,2 @@
##phpstack: [PACK] Install full php stack with tooling
phpstack: php phptools