diff options
author | Starfall <us@starfall.systems> | 2023-11-06 10:40:25 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-11-06 10:40:25 -0600 |
commit | bc4d92a66c6e6708923373e185d65e6499b65915 (patch) | |
tree | b23006dac0d281f688a3252b8e7b7105523ab19f /Makefile | |
parent | 33ecd68a70351752ed2e23bf30fbb221bddcad7f (diff) |
add Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4fc53cd --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: install + +install: + install -Dm 644 -t $${HOME}/.local/share/xfce4/terminal/colorschemes *.theme |