mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
feat(sofmani): install precommit, use glab on all machines
This commit is contained in:
@@ -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
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user