Update dotfiles/.local/share/chezmoi/home/private_dot_config/youtube-dl/config, dotfiles/.local/share/chezmoi/run_once_provision, dotfiles/.local/share/chezmoi/.chezmoidata.yaml

This commit is contained in:
Brian Zalewski 2022-11-23 00:00:56 +00:00
parent 89e566915b
commit b5f3d5bac6
3 changed files with 11 additions and 2 deletions

View file

@ -34,7 +34,8 @@ installerMap:
astronvim:
_deps:
- bottom
- gdu
# Conflicts with coreutils binary on macOS
# - gdu
- lazygit
- neovim
- node

View file

@ -0,0 +1,6 @@
# saner output
-o %(title)s.%(ext)s
# Aira2c
--external-downloader aria2c
--external-downloader-args '-c -j 6 -x 6 -s 6 -k 1M'

View file

@ -1,10 +1,12 @@
#!/usr/bin/env zx
# Examples of /etc/os-release values https://gist.github.com/natefoo/814c5bf936922dad97ff
# Example fromJson with include from file https://github.com/twpayne/chezmoi/issues/1369
{{ $packageMap := (get .installerMap $packageName) }}
{{ if (hasKey $packageMap "_deps") }}
{{ $deps := (get $packageMap "_deps") }}
{{ }}
{{ range index $deps }}
{{ }}
{{ end }}
{{ if (eq .chezmoi.os "windows") }}