about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2023-11-06 10:40:25 -0600
committerStarfall <us@starfall.systems>2023-11-06 10:40:25 -0600
commitbc4d92a66c6e6708923373e185d65e6499b65915 (patch)
treeb23006dac0d281f688a3252b8e7b7105523ab19f
parent33ecd68a70351752ed2e23bf30fbb221bddcad7f (diff)
add Makefile HEAD main
-rw-r--r--Makefile4
-rw-r--r--README.md2
2 files changed, 5 insertions, 1 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
diff --git a/README.md b/README.md
index 2868281..0bdd06c 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 ## Install
 
 Per user: 
-`cp *.theme ~/.local/share/xfce4/terminal/colorschemes`
+`make`
 System-wide: 
 `cp *.theme /usr/share/xfce4/terminal/colorschemes`