Latest
This commit is contained in:
parent
ac3989d266
commit
a1fce5a805
2 changed files with 7 additions and 3 deletions
|
@ -424,6 +424,7 @@ softwareGroups:
|
||||||
- up
|
- up
|
||||||
- vdirsyncer
|
- vdirsyncer
|
||||||
- wallpaper-cli
|
- wallpaper-cli
|
||||||
|
- wego
|
||||||
- whereami
|
- whereami
|
||||||
- wipe-modules
|
- wipe-modules
|
||||||
- xh
|
- xh
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue