From a1fce5a80584dcf630a3347444ace97a9fe847cc Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Fri, 8 Dec 2023 02:06:19 +0000 Subject: [PATCH] Latest --- home/.chezmoidata.yaml | 1 + home/dot_config/shell/aliases.sh.tmpl | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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