This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64bff9f3461fc688d3c959f6085a4d90d6516a13a0c9742b6632568b708e5953 ttf-ms-win11-10.0.22631.2506-1-any.pkg.tar.zst | |
7e2dd103fb5f2a52d2a91f9737b7424299250dcc41adf12355ff64f4ffeeac85 ttf-ms-win11-zh_cn-10.0.22631.2506-1-any.pkg.tar.zst |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#: OneDark Theme {{{ | |
foreground #ABB2BF | |
background #282C34 | |
# Black | |
color0 #3F4451 | |
color8 #4d5564 | |
# Red |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
albert.tabout | |
catppuccin.catppuccin-vsc | |
dart-code.dart-code | |
dart-code.flutter | |
dbaeumer.vscode-eslint | |
esbenp.prettier-vscode | |
github.copilot | |
humao.rest-client | |
ionutvmi.path-autocomplete | |
james-yu.latex-workshop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Balance Btrfs filesystem on nvme0n1 | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/bin/btrfs balance start -dusage=10 / |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Ping a server on the internet until it becomes reachable | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/bin/bash -c 'while ! ping -c1 223.5.5.5; do sleep 1; done' | |
TimeoutStartSec=900s | |
StandardOutput=null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Completion for https://github.com/pouriyajamshidi/tcping | |
complete -c tcping -s 4 -d "only use IPv4" | |
complete -c tcping -s 6 -d "only use IPv6" | |
complete -c tcping -s I -a "$(ls /sys/class/net/)" -x -d "Interface name to use for sending probes" | |
complete -c tcping -s c -d "stop after <n> probes, regardless of the result. by default, no limit will be applied" | |
complete -c tcping -l db -d "path and file name to store tcping output to sqlite database" | |
complete -c tcping -s i -d "interval between sending probes. The default is one second" | |
complete -c tcping -s j -d "output in JSON format" | |
complete -c tcping -l pretty -d "use indentation when using json output format. No effect without the '-j' flag" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Completion for https://github.com/nxtrace/NTrace-core | |
set -l DATA_PROVIDER 'IP.SB IPInfo IPInsight IP-API.com Ip2region IPInfoLocal CHUNZHEN disable-geoip' | |
set -l POW_PROVIDER 'api.leo.moe sakura' | |
set -l DOT_SERVER 'dnssb aliyun dnspod google cloudflare' | |
set -l LANGUAGE 'cn en' | |
complete -c nexttrace -s h -l help -d "Print help information" | |
complete -c nexttrace -s 4 -l ipv4 -d "Use IPv4 only" | |
complete -c nexttrace -s 6 -l ipv6 -d "Use IPv6 only" |
NewerOlder