Update dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-software
This commit is contained in:
parent
be0abe2f5e
commit
9edf01af17
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/env zx
|
#!/usr/bin/env zx
|
||||||
|
|
||||||
# Store data in YML file and then generate the data below with:
|
|
||||||
# yq e -o=j '.' .chezmoidata.yaml
|
# yq e -o=j '.' .chezmoidata.yaml
|
||||||
let response = await fetch('https://gitlab.com/megabyte-labs/misc/dotfiles/-/raw/master/dotfiles/.local/share/chezmoi/software.json')
|
let response = await fetch('https://gitlab.com/megabyte-labs/misc/dotfiles/-/raw/master/dotfiles/.local/share/chezmoi/software.json')
|
||||||
if (response.ok) {
|
if (response.ok) {
|
||||||
|
|
Loading…
Reference in a new issue