Update .local/share/chezmoi/software.yml
This commit is contained in:
parent
21a4210c16
commit
057e6ba0e4
1 changed files with 17 additions and 7 deletions
|
@ -6886,10 +6886,13 @@ softwarePackages:
|
||||||
EOF
|
EOF
|
||||||
sudo dnf -y install @development-tools
|
sudo dnf -y install @development-tools
|
||||||
sudo dnf -y install kernel-headers kernel-devel dkms elfutils-libelf-devel qt5-qtx11extras
|
sudo dnf -y install kernel-headers kernel-devel dkms elfutils-libelf-devel qt5-qtx11extras
|
||||||
_service: null
|
_service: false
|
||||||
ansible: professormanhattan.virtualbox
|
ansible: professormanhattan.virtualbox
|
||||||
|
apt: virtualbox
|
||||||
|
cask: virtualbox
|
||||||
choco: virtualbox
|
choco: virtualbox
|
||||||
dnf: virtualbox-7.0
|
dnf: virtualbox
|
||||||
|
pacman: virtualbox
|
||||||
virtualenv:
|
virtualenv:
|
||||||
_bin: null
|
_bin: null
|
||||||
_desc: null
|
_desc: null
|
||||||
|
@ -7315,14 +7318,21 @@ softwarePackages:
|
||||||
scoop: win32yank
|
scoop: win32yank
|
||||||
zypper: yank
|
zypper: yank
|
||||||
yarn:
|
yarn:
|
||||||
_bin: null
|
_bin: yarn
|
||||||
_desc: '[Yarn](https://yarnpkg.com/) is a relatively new and open source JavaScript package manager developed by Facebook. Yarn is fully compatible with the npm registry (i.e. [npmjs.com](https://www.npmjs.com/)) and can work alongside npm, but it''s aim it to be a safer, more secure and more reliable alternative.'
|
_desc: '[Yarn](https://yarnpkg.com/) is a relatively new and open source JavaScript package manager developed by Facebook. Yarn is fully compatible with the npm registry (i.e. [npmjs.com](https://www.npmjs.com/)) and can work alongside npm, but it''s aim it to be a safer, more secure and more reliable alternative.'
|
||||||
_docs: null
|
_docs: https://yarnpkg.com/getting-started
|
||||||
_github: null
|
_github: https://github.com/yarnpkg/berry
|
||||||
_home: null
|
_home: https://yarnpkg.com/
|
||||||
_name: Yarn
|
_name: Yarn
|
||||||
_service: null
|
_service: false
|
||||||
ansible: professormanhattan.yarn
|
ansible: professormanhattan.yarn
|
||||||
|
brew: yarn
|
||||||
|
choco: yarn
|
||||||
|
npm: yarn
|
||||||
|
pacman: yarn
|
||||||
|
port: yarn
|
||||||
|
scoop: yarn
|
||||||
|
script: curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||||
yj:
|
yj:
|
||||||
_bin: yj
|
_bin: yj
|
||||||
_desc: CLI program that allows you to convert between YAML, TOML, JSON, and HCL.
|
_desc: CLI program that allows you to convert between YAML, TOML, JSON, and HCL.
|
||||||
|
|
Loading…
Reference in a new issue