From aff435a0fb3a56b1d7b738c7dede363440884b3a Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:36 +0100 Subject: Add the Canonical laptop profile and setup workflows --- .githooks/post-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.githooks/post-commit') diff --git a/.githooks/post-commit b/.githooks/post-commit index d2d7eba..03ad8d4 100755 --- a/.githooks/post-commit +++ b/.githooks/post-commit @@ -1,2 +1,2 @@ #!/bin/sh -chezmoi apply -S "$(git rev-parse --show-toplevel)" +printf '%s\n' 'Dotfiles committed. Run just apply on the target machine to deploy.' -- cgit v1.3.1