aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/justfile
blob: b1b77b6e0b0fcbacf251216281fd48721c288969 (plain) (blame)
1
2
3
4
5
6
7
# Install git hooks
install-hooks:
    git config core.hooksPath .githooks

# Deploy dotfiles
apply:
    chezmoi apply