diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml index cbe7219b..50b3fbbf 100644 --- a/home/.chezmoidata.yaml +++ b/home/.chezmoidata.yaml @@ -424,6 +424,7 @@ softwareGroups: - up - vdirsyncer - wallpaper-cli + - wego - whereami - wipe-modules - xh diff --git a/home/dot_config/shell/aliases.sh.tmpl b/home/dot_config/shell/aliases.sh.tmpl index 5e93d03a..ae77fca5 100644 --- a/home/dot_config/shell/aliases.sh.tmpl +++ b/home/dot_config/shell/aliases.sh.tmpl @@ -52,9 +52,12 @@ fi alias curl-impersonate='docker run --rm lwthiker/curl-impersonate:0.5-chrome curl_chrome110' ### curlie -if command -v curlie > /dev/null; then - alias curl='curlie' -fi +### Curlie handles compression differently than curl. The bootstrap script +# invoked by `bash <(curl -sSL https://install.doctor/start)` also requires +# the `--compressed` flag when this alias is enabled. +# if command -v curlie > /dev/null; then +# alias curl='curlie' +# fi ### exa if command -v exa > /dev/null; then