obs pack and fixes
This commit is contained in:
9
Makefile
9
Makefile
@@ -1,4 +1,4 @@
|
||||
# Autogenerated at 29.09.2022 12:27 using ./gen-makefile
|
||||
# Autogenerated at 30.09.2022 14:05 using ./gen-makefile
|
||||
.DEFAULT_GOAL := help
|
||||
|
||||
#===============================================
|
||||
@@ -14,6 +14,9 @@ flameshot: qt5 flameshot-build
|
||||
# [PACK] Apache + php + mariadb
|
||||
lamp: apache php mariadb
|
||||
|
||||
# [PACK] OBS Studio + droidcam-obs
|
||||
obs: obs-studio droidcam-obs
|
||||
|
||||
# [PACK] zsh + omz + powerline10k + MesloLGS font
|
||||
omz: zsh omz-clean omz-fancy
|
||||
chsh -s /usr/bin/zsh
|
||||
@@ -103,6 +106,10 @@ nodejs:
|
||||
ntfy:
|
||||
@./install/ntfy
|
||||
|
||||
# Install obs-studio (latest snap)
|
||||
obs-studio:
|
||||
@./install/obs-studio
|
||||
|
||||
# Install omz (latest)
|
||||
omz-clean:
|
||||
@./install/omz-clean
|
||||
|
||||
Reference in New Issue
Block a user