feat(sofmani): install precommit, use glab on all machines

This commit is contained in:
2026-04-13 00:44:21 +03:00
parent 58fda63688
commit 13c8c9da35

View File

@@ -109,8 +109,6 @@ install:
- name: glab
type: brew
machines:
only: ["planck"]
- name: git-config
type: shell
@@ -672,6 +670,22 @@ install:
machines:
only: ["m1"]
- name: lefthook
type: group
steps:
- name: lefthook
type: brew
- name: lefthook
type: github-release
platforms:
only: ["linux"]
opts:
repository: evilmartians/lefthook
strategy: none
destination: ~/.local/bin
download_filename:
linux: lefthook_{{ .Version }}_Linux_{{ .Arch }}
# ----------------------------------------------------------------------
# 💻 Language Runtimes & Package Managers
# ----------------------------------------------------------------------