diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 4fc53cd..7f21cac 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ .PHONY: install install: - install -Dm 644 -t $${HOME}/.local/share/xfce4/terminal/colorschemes *.theme + install -Dm 644 -t $${HOME}/.local/share/xfce4/terminal/colorschemes xfce4-terminal/*.theme + sudo install -Dm 644 -t /usr/share/qtermwidget6/color-schemes QTerminal/*.colorscheme |