Skip to content

Commit

Permalink
work and dependency type
Browse files Browse the repository at this point in the history
  • Loading branch information
lingrino committed Apr 23, 2024
1 parent 7ba48ab commit 23273c8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
timezone: "America/Los_Angeles"
interval: weekly
allow:
- dependency-type: all
- dependency-type: direct
groups:
all:
patterns:
Expand Down
2 changes: 2 additions & 0 deletions home/.chezmoiignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ projects/*
{{- if .work }}
# work
.certs/*
.config/atlassian/*
dash.sqlite3
.nvm
.pnpm-state
.saml2aws
Expand Down
3 changes: 3 additions & 0 deletions home/private_dot_Brewfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
7 changes: 7 additions & 0 deletions home/private_dot_sources.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,13 @@ alias tfia='tfi && tfa'
################################
alias watch='viddy'

################################
### wok ###
################################
{{- if .work }}
_prepath "/opt/atlassian/bin"
{{- end }}

################################
### zoxide ###
################################
Expand Down

0 comments on commit 23273c8

Please sign in to comment.