manager/Makefile

47 lines
1 KiB
Makefile
Raw Normal View History

2022-04-18 00:14:34 +01:00
check_xdg_settings:
2022-05-22 11:28:48 +01:00
@./.helpers/xdg/check-xdg-settings
2022-04-18 00:14:34 +01:00
2022-05-22 12:21:17 +01:00
.PHONY: scripts
scripts:
@./.helpers/scripts/install-scripts
2022-04-18 00:14:34 +01:00
.PHONY: ansible_configs
ansible_configs: check_xdg_settings
2022-05-22 11:28:48 +01:00
@./.helpers/ansible/generate-ansible-config
2022-04-18 00:14:34 +01:00
.PHONY: bash_configs
bash_configs:
2022-05-22 11:28:48 +01:00
@./.helpers/bash/generate-bash-config
2022-04-18 00:14:34 +01:00
.PHONY: git_configs
git_configs: check_xdg_settings
2022-05-22 11:28:48 +01:00
@./.helpers/git/generate-git-config
2022-04-18 00:14:34 +01:00
.PHONY: tmux_configs
tmux_configs: check_xdg_settings
2022-05-22 11:28:48 +01:00
@./.helpers/tmux/generate-tmux-config
2022-04-18 00:14:34 +01:00
.PHONY: xdg_configs
xdg_configs: check_xdg_settings
2022-05-22 11:28:48 +01:00
@./.helpers/xdg/generate-user-dirs-config
2022-04-18 00:14:34 +01:00
.PHONY: x11_configs
x11_configs: check_xdg_settings
2022-05-22 11:28:48 +01:00
@./.helpers/X11/generate-x11-config
2022-04-18 00:14:34 +01:00
.PHONY: lf_configs
lf_configs: check_xdg_settings
2022-05-22 11:28:48 +01:00
@./.helpers/lf/generate-lf-config
2022-04-18 00:14:34 +01:00
.PHONY: amfora_configs
amfora_configs: check_xdg_settings
2022-05-22 11:28:48 +01:00
@./.helpers/amfora/generate-amfora-config
.PHONY: dunst_configs
dunst_configs: check_xdg_settings
2022-05-22 11:28:48 +01:00
@./.helpers/dunst/generate-dunst-config
.PHONY: logrotate_configs
logrotate_configs: check_xdg_settings
2022-05-22 11:28:48 +01:00
@./.helpers/logrotate/generate-logrotate-config