This commit is contained in:
Brian Zalewski 2023-12-08 02:06:19 +00:00
parent ac3989d266
commit a1fce5a805
2 changed files with 7 additions and 3 deletions

View file

@ -424,6 +424,7 @@ softwareGroups:
- up - up
- vdirsyncer - vdirsyncer
- wallpaper-cli - wallpaper-cli
- wego
- whereami - whereami
- wipe-modules - wipe-modules
- xh - xh

View file

@ -52,9 +52,12 @@ fi
alias curl-impersonate='docker run --rm lwthiker/curl-impersonate:0.5-chrome curl_chrome110' alias curl-impersonate='docker run --rm lwthiker/curl-impersonate:0.5-chrome curl_chrome110'
### curlie ### curlie
if command -v curlie > /dev/null; then ### Curlie handles compression differently than curl. The bootstrap script
alias curl='curlie' # invoked by `bash <(curl -sSL https://install.doctor/start)` also requires
fi # the `--compressed` flag when this alias is enabled.
# if command -v curlie > /dev/null; then
# alias curl='curlie'
# fi
### exa ### exa
if command -v exa > /dev/null; then if command -v exa > /dev/null; then