about summary refs log tree commit diff
path: root/Makefile
blob: d455da0f305ef70e90ac25f45ec4178f8dae48ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.PHONY: install

install:
	@if command -v xfce4-terminal >/dev/null; then \
		install -Dm 644 -t $${HOME}/.local/share/xfce4/terminal/colorschemes xfce4-terminal/*.theme; \
	fi
	@if command -v qterminal >/dev/null; then \
		echo "sudo needed to install QTerminal theme globally"; \
		sudo install -Dm 644 -t /usr/share/qtermwidget6/color-schemes QTerminal/*.colorscheme; \
	fi