diff options
author | Starfall <us@starfall.systems> | 2024-08-25 12:05:04 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2024-08-25 12:05:04 -0500 |
commit | 784562e246b30e9b480221b8c355af3c36859e07 (patch) | |
tree | f9a6e7e66f785b92f06ada93634f85c3ad1d6c97 /Makefile | |
parent | bc4d92a66c6e6708923373e185d65e6499b65915 (diff) |
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 |