phptools
This commit is contained in:
17
Makefile
17
Makefile
@@ -1,4 +1,4 @@
|
||||
# Autogenerated at 09.10.2022 12:57 using ./gen-makefile
|
||||
# Autogenerated at 10.12.2022 21:58 using ./gen-makefile
|
||||
.DEFAULT_GOAL := help
|
||||
|
||||
#===============================================
|
||||
@@ -22,6 +22,9 @@ omz: zsh omz-clean omz-fancy
|
||||
chsh -s /usr/bin/zsh
|
||||
@exec zsh
|
||||
|
||||
# [PACK] php + composer + phpunit + psalm + phpcs + php-cs-fixer
|
||||
phptools: php composer-clean php-tools-only
|
||||
|
||||
#===============================================
|
||||
# Scripts listed in ./install
|
||||
#===============================================
|
||||
@@ -98,7 +101,7 @@ kde-portal:
|
||||
libreoffice:
|
||||
@./install/libreoffice
|
||||
|
||||
# Install lite-xl v2.0.5 (draft)
|
||||
# Install lite-xl
|
||||
lite-xl:
|
||||
@./install/lite-xl
|
||||
|
||||
@@ -138,6 +141,10 @@ pgsql:
|
||||
php:
|
||||
@./install/php
|
||||
|
||||
# Install phpunit + psalm + phpcs + php-cs-fixer
|
||||
php-tools-only:
|
||||
@./install/php-tools-only
|
||||
|
||||
# Install postman (latest)
|
||||
postman:
|
||||
@./install/postman
|
||||
@@ -174,7 +181,7 @@ vivaldi:
|
||||
wine:
|
||||
@./install/wine
|
||||
|
||||
# Install youtube-dl + ytdlcue
|
||||
# Install youtube-dl
|
||||
youtube-dl:
|
||||
@./install/youtube-dl
|
||||
|
||||
@@ -206,6 +213,10 @@ zsh:
|
||||
/docker:
|
||||
@./uninstall/docker
|
||||
|
||||
# Uninstall lite-xl
|
||||
/lite-xl:
|
||||
@./uninstall/lite-xl
|
||||
|
||||
# Uninstall omz
|
||||
/omz:
|
||||
@./uninstall/omz
|
||||
|
||||
Reference in New Issue
Block a user