diff --git a/dev/homebrew.yml b/dev/homebrew.yml index df68f70..14317f5 100644 --- a/dev/homebrew.yml +++ b/dev/homebrew.yml @@ -37,7 +37,6 @@ state: head loop: - neovim - - z.lua - name: Install Homebrew casks community.general.homebrew_cask: diff --git a/dev/macos.yml b/dev/macos.yml index cfa742b..2193cde 100644 --- a/dev/macos.yml +++ b/dev/macos.yml @@ -37,7 +37,7 @@ path: /etc/pam.d/sudo insertafter: '^auth\s+sufficient' regexp: '^auth\s+sufficient\s+pam_tid.so$' - line: "auth\tsufficient\tpam_tid.so" + line: "auth\t\tsufficient\tpam_tid.so" - name: Enable Touch ID for sudo in tmux become: true @@ -45,7 +45,7 @@ path: /etc/pam.d/sudo insertbefore: '^auth\tsufficient\tpam_tid.so' regexp: '^auth\s+optional\s+.*pam_reattach.so$' - line: "auth\toptional\t/opt/homebrew/lib/pam/pam_reattach.so" + line: "auth\t\toptional\t/opt/homebrew/lib/pam/pam_reattach.so" # https://github.com/tmux/tmux/issues/2262 - name: Fix tmux-256color terminfo