From 23273c809a2ee42011d2d48dd60e7a1c33b05ef0 Mon Sep 17 00:00:00 2001 From: Sean Lingren Date: Tue, 23 Apr 2024 09:53:46 -0700 Subject: [PATCH] work and dependency type --- .github/dependabot.yml | 2 +- home/.chezmoiignore | 2 ++ home/private_dot_Brewfile.tmpl | 3 +++ home/private_dot_sources.tmpl | 7 +++++++ 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 88f8dbb..24c6f0a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: timezone: "America/Los_Angeles" interval: weekly allow: - - dependency-type: all + - dependency-type: direct groups: all: patterns: diff --git a/home/.chezmoiignore b/home/.chezmoiignore index 1821174..0ad43c1 100644 --- a/home/.chezmoiignore +++ b/home/.chezmoiignore @@ -64,6 +64,8 @@ projects/* {{- if .work }} # work .certs/* +.config/atlassian/* +dash.sqlite3 .nvm .pnpm-state .saml2aws diff --git a/home/private_dot_Brewfile.tmpl b/home/private_dot_Brewfile.tmpl index dce1ff9..14f5e18 100644 --- a/home/private_dot_Brewfile.tmpl +++ b/home/private_dot_Brewfile.tmpl @@ -96,12 +96,15 @@ mas 'Tailscale', id: 1475387142 {{ if .work -}} # work tap 'loomhq/tap' +tap 'mutagen-io/mutagen' brew 'container-structure-test' brew 'hostess' brew 'loomhq/tap/loomctl' brew 'mkcert' brew 'nss' +brew 'mutagen-io/mutagen/mutagen' +brew 'mutagen-io/mutagen/mutagen-compose' brew 'nvm' brew 'postgresql@16' brew 'saml2aws' diff --git a/home/private_dot_sources.tmpl b/home/private_dot_sources.tmpl index b0ed70a..3122306 100644 --- a/home/private_dot_sources.tmpl +++ b/home/private_dot_sources.tmpl @@ -270,6 +270,13 @@ alias tfia='tfi && tfa' ################################ alias watch='viddy' +################################ +### wok ### +################################ +{{- if .work }} +_prepath "/opt/atlassian/bin" +{{- end }} + ################################ ### zoxide ### ################################