manager/Makefile

46 lines
1 KiB
Makefile

check_xdg_settings:
@./.helpers/xdg/check-xdg-settings
.PHONY: scripts
scripts:
@./.helpers/scripts/install-scripts
.PHONY: ansible_configs
ansible_configs: check_xdg_settings
@./.helpers/ansible/generate-ansible-config
.PHONY: bash_configs
bash_configs:
@./.helpers/bash/generate-bash-config
.PHONY: git_configs
git_configs: check_xdg_settings
@./.helpers/git/generate-git-config
.PHONY: tmux_configs
tmux_configs: check_xdg_settings
@./.helpers/tmux/generate-tmux-config
.PHONY: xdg_configs
xdg_configs: check_xdg_settings
@./.helpers/xdg/generate-user-dirs-config
.PHONY: x11_configs
x11_configs: check_xdg_settings
@./.helpers/X11/generate-x11-config
.PHONY: lf_configs
lf_configs: check_xdg_settings
@./.helpers/lf/generate-lf-config
.PHONY: amfora_configs
amfora_configs: check_xdg_settings
@./.helpers/amfora/generate-amfora-config
.PHONY: dunst_configs
dunst_configs: check_xdg_settings
@./.helpers/dunst/generate-dunst-config
.PHONY: logrotate_configs
logrotate_configs: check_xdg_settings
@./.helpers/logrotate/generate-logrotate-config