aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-11-16 11:18:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-11-16 11:18:53 +1300
commit395b3f0b8587c7328fdb6a336ccda986e2d0645f (patch)
treea3d26174f0021e9d3e1bf14c4506873dc0fc219e /Makefile
parentMerge branch 'release/v11.8.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-11.9.0.tar.gz (sig)
dotfiles-11.9.0.zip
Merge branch 'release/v11.9.0'v11.9.0
* release/v11.9.0: Remove actual plmu program Ignore a file inclusion warning Ignore SC2296 for a subtlety of ksh93 Use consistent punctuation in vimrc comments Switch to newsboat-dtach system service method Revert "Add a basic system-wide push-to-talk" Add a basic system-wide push-to-talk Correct mis-escaped dollar sign in scrot script Add hour/minute/second timestamp to scrot files Restore title bars to i3 windows Revert "Remove i3 workspace labels for now" Switch to lossless WEBP (converted) for scrots
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fe20d2df..ca3fe473 100644
--- a/Makefile
+++ b/Makefile
@@ -502,9 +502,8 @@ install-newsboat: install-systemd
-command -v systemctl >/dev/null 2>&1 \
&& mkdir -p -- $(XDG_CONFIG_HOME)/systemd/user \
&& cp -p -- newsboat/systemd/user/* $(XDG_CONFIG_HOME)/systemd/user \
- && systemctl --user daemon-reload \
- && systemctl --user start reload-newsboat.timer \
- && systemctl --user enable reload-newsboat.timer
+ && systemctl --user enable newsboat.service \
+ && systemctl --user start newsboat.service
install-mysql:
cp -p -- mysql/my.cnf $(HOME)/.my.cnf