Skip to content

Commit

Permalink
fix(chezmoi): update chezmoidata to allow package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 25, 2023
1 parent d783d7f commit 3c48314
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions chezmoi/.chezmoidata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ packages:
source_list_file: 1password.list
source_list_line: "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/1password-archive-keyring.gpg] https://downloads.1password.com/linux/debian/amd64 stable main"
scope: optional
allow_upgrade: true
- name: age
brew: true
scope: minimal
Expand Down Expand Up @@ -57,6 +58,7 @@ packages:
brew: true
pipx: true
scope: minimal
allow_upgrade: true
- name: direnv
apt: true
brew: true
Expand Down Expand Up @@ -89,6 +91,7 @@ packages:
brew: true
pipx: true
scope: optional
allow_upgrade: true
- name: file
apt: true
scope: minimal
Expand All @@ -107,6 +110,7 @@ packages:
apt: true
brew: true
scope: minimal
allow_upgrade: true
- name: gh
apt: true
brew: true
Expand All @@ -120,6 +124,7 @@ packages:
apt: true
brew: true
scope: minimal
allow_upgrade: true
- name: cz-conventional-gitmoji
pipx: true
check_installed: command -v gitmojify &>/dev/null
Expand Down Expand Up @@ -257,10 +262,12 @@ packages:
- name: pip
pip: true
scope: minimal
allow_upgrade: true
- name: pipx
brew: true
pip: true
scope: minimal
allow_upgrade: true
- name: poetry
brew: true
script: true
Expand All @@ -270,9 +277,11 @@ packages:
pipx: true
check_installed: command -v poe &>/dev/null
scope: minimal
allow_upgrade: true
- name: pre-commit
pipx: true
scope: optional
allow_upgrade: true
- name: procps
apt: true
scope: minimal
Expand Down Expand Up @@ -316,6 +325,7 @@ packages:
- name: setuptools
pip: true
scope: minimal
allow_upgrade: true
- name: snapd
apt: true
scope: full
Expand Down

0 comments on commit 3c48314

Please sign in to comment.