Update .local/share/chezmoi/software.yml, .local/share/chezmoi/home/dot_local/bin/executable_install-program
This commit is contained in:
parent
927047a52d
commit
dfdf18f3b7
2 changed files with 15 additions and 11 deletions
|
@ -641,8 +641,12 @@ async function installPackageList(packageManager, packages) {
|
||||||
try {
|
try {
|
||||||
if (packageManager === 'appimage') {
|
if (packageManager === 'appimage') {
|
||||||
} else if (packageManager === 'ansible') {
|
} else if (packageManager === 'ansible') {
|
||||||
|
console.log(packageManager)
|
||||||
|
console.log(packages)
|
||||||
for (let pkg of packages) {
|
for (let pkg of packages) {
|
||||||
execSync('gum spin --spinner dot --title "Installing ' + pkg + ' via Ansible" -- ansible localhost --skip-tags brew -m setup -m include_role -a name=' + pkg + ' -e ansible_user="$USER"', {stdio: 'inherit', shell: true})
|
console.log(pkg)
|
||||||
|
//execSync('gum spin --spinner dot --title "Installing ' + pkg + ' via Ansible" -- ansible localhost --skip-tags brew -m setup -m include_role -a name=' + pkg + ' -e ansible_user=' + process.env.USER, {stdio: 'inherit', shell: true})
|
||||||
|
await $`ansible localhost --skip-tags brew -m setup -m include_role -a name=${pkg} -e ansible_user=${process.env.USER}`
|
||||||
}
|
}
|
||||||
} else if (packageManager === 'apk') {
|
} else if (packageManager === 'apk') {
|
||||||
for (let pkg of packages) {
|
for (let pkg of packages) {
|
||||||
|
|
|
@ -588,7 +588,7 @@ softwarePackages:
|
||||||
snap: bitwarden
|
snap: bitwarden
|
||||||
yay: bitwarden-git
|
yay: bitwarden-git
|
||||||
bitwarden-cli:
|
bitwarden-cli:
|
||||||
_bin: null
|
_bin: bw
|
||||||
_desc: '[Bitwarden CLI](https://github.com/bitwarden/cli) (i.e. bw) is a free and open-source official CLI for the [Bitwarden](https://bitwarden.com/) password manager. bw is available on Linux, macOS, and Microsoft Windows.'
|
_desc: '[Bitwarden CLI](https://github.com/bitwarden/cli) (i.e. bw) is a free and open-source official CLI for the [Bitwarden](https://bitwarden.com/) password manager. bw is available on Linux, macOS, and Microsoft Windows.'
|
||||||
_docs: https://bitwarden.com/help/
|
_docs: https://bitwarden.com/help/
|
||||||
_github: https://github.com/bitwarden/clients
|
_github: https://github.com/bitwarden/clients
|
||||||
|
@ -1292,7 +1292,7 @@ softwarePackages:
|
||||||
brew: difftastic
|
brew: difftastic
|
||||||
cargo: difftastic
|
cargo: difftastic
|
||||||
direnv:
|
direnv:
|
||||||
_bin: null
|
_bin: direnv
|
||||||
_desc: '[direnv](https://direnv.net/) is an extension for your shell. It augments existing shells with a new feature that can load and unload environment variables depending on the current directory.'
|
_desc: '[direnv](https://direnv.net/) is an extension for your shell. It augments existing shells with a new feature that can load and unload environment variables depending on the current directory.'
|
||||||
_docs: https://direnv.net/
|
_docs: https://direnv.net/
|
||||||
_github: https://github.com/direnv/direnv
|
_github: https://github.com/direnv/direnv
|
||||||
|
@ -1717,7 +1717,7 @@ softwarePackages:
|
||||||
_service: null
|
_service: null
|
||||||
npm: fastify-cli
|
npm: fastify-cli
|
||||||
fd:
|
fd:
|
||||||
_bin: null
|
_bin: fd
|
||||||
_desc: '[fd](https://github.com/sharkdp/fd) is a program that can search for files on your filesystem. It is a simple, fast, and user-friendly alternative to find. While it does not aim to support all of find''s powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.'
|
_desc: '[fd](https://github.com/sharkdp/fd) is a program that can search for files on your filesystem. It is a simple, fast, and user-friendly alternative to find. While it does not aim to support all of find''s powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.'
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: https://github.com/sharkdp/fd
|
_github: https://github.com/sharkdp/fd
|
||||||
|
@ -3977,7 +3977,7 @@ softwarePackages:
|
||||||
_service: null
|
_service: null
|
||||||
npm: nectarjs
|
npm: nectarjs
|
||||||
neovim:
|
neovim:
|
||||||
_bin: null
|
_bin: nvim
|
||||||
_desc: null
|
_desc: null
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: null
|
_github: null
|
||||||
|
@ -4113,7 +4113,7 @@ softwarePackages:
|
||||||
pacman: nnn
|
pacman: nnn
|
||||||
pkg: nnn
|
pkg: nnn
|
||||||
node:
|
node:
|
||||||
_bin: null
|
_bin: node
|
||||||
_desc: null
|
_desc: null
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: null
|
_github: null
|
||||||
|
@ -5085,7 +5085,7 @@ softwarePackages:
|
||||||
port: rofi
|
port: rofi
|
||||||
zypper: rofi
|
zypper: rofi
|
||||||
rsync:
|
rsync:
|
||||||
_bin: null
|
_bin: rsync
|
||||||
_desc: null
|
_desc: null
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: null
|
_github: null
|
||||||
|
@ -5464,7 +5464,7 @@ softwarePackages:
|
||||||
dnf: shotwell
|
dnf: shotwell
|
||||||
pacman: shotwell
|
pacman: shotwell
|
||||||
skate:
|
skate:
|
||||||
_bin: null
|
_bin: skate
|
||||||
_desc: null
|
_desc: null
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: null
|
_github: null
|
||||||
|
@ -6582,7 +6582,7 @@ softwarePackages:
|
||||||
_type: cli
|
_type: cli
|
||||||
github: github.com/P3GLEG/Whaler
|
github: github.com/P3GLEG/Whaler
|
||||||
wifi-password:
|
wifi-password:
|
||||||
_bin: null
|
_bin: wifi-password
|
||||||
_desc: null
|
_desc: null
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: null
|
_github: null
|
||||||
|
@ -6888,7 +6888,7 @@ softwarePackages:
|
||||||
snap: zoom
|
snap: zoom
|
||||||
yay: zoom
|
yay: zoom
|
||||||
zoxide:
|
zoxide:
|
||||||
_bin: null
|
_bin: zoxide
|
||||||
_desc: '[zoxide](https://github.com/ajeetdsouza/zoxide) is a blazing fast replacement for your cd command, inspired by z and autojump'
|
_desc: '[zoxide](https://github.com/ajeetdsouza/zoxide) is a blazing fast replacement for your cd command, inspired by z and autojump'
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: null
|
_github: null
|
||||||
|
@ -6907,7 +6907,7 @@ softwarePackages:
|
||||||
_service: null
|
_service: null
|
||||||
ansible: professormanhattan.zsh
|
ansible: professormanhattan.zsh
|
||||||
zx:
|
zx:
|
||||||
_bin: null
|
_bin: zx
|
||||||
_desc: null
|
_desc: null
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: null
|
_github: null
|
||||||
|
|
Loading…
Reference in a new issue