This commit is contained in:
2022-11-30 17:51:28 +08:00
parent e86281c967
commit e6411438c5
2 changed files with 44 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Autogenerated at 09.10.2022 12:57 using ./gen-makefile
# Autogenerated at 30.11.2022 17:50 using ./gen-makefile
.DEFAULT_GOAL := help
#===============================================
@@ -98,7 +98,7 @@ kde-portal:
libreoffice:
@./install/libreoffice
# Install lite-xl v2.0.5 (draft)
# Install lite-xl
lite-xl:
@./install/lite-xl
@@ -126,6 +126,10 @@ omz-clean:
omz-fancy:
@./install/omz-fancy
# Install openvpn v2.5.8 (src)
openvpn:
@./install/openvpn
# Install papirus-icon-theme (latest)
papirus:
@./install/papirus
@@ -174,7 +178,7 @@ vivaldi:
wine:
@./install/wine
# Install youtube-dl + ytdlcue
# Install youtube-dl
youtube-dl:
@./install/youtube-dl
@@ -206,6 +210,10 @@ zsh:
/docker:
@./uninstall/docker
# Uninstall lite-xl
/lite-xl:
@./uninstall/lite-xl
# Uninstall omz
/omz:
@./uninstall/omz