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 | |
parent | 33ecd68a70351752ed2e23bf30fbb221bddcad7f (diff) |
add Makefile
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | README.md | 2 |
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` |