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
#!name=External Rules | |
#!desc=Add rules without modifying the Entertprise's profile. | |
[General] | |
allow-wifi-access = true | |
http-listen = 0.0.0.0:6152 | |
socks5-listen = 0.0.0.0:6153 | |
[Rule] | |
RULE-SET,https://ruleset.skk.moe/List/non_ip/ai.conf,πΊπΈ εε ¬η½η« |
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
β Total Stars: 5.7k | |
π Total Commits: 4.9k | |
π Total PRs: 317 | |
π§ Total Issues: 157 | |
π€ Contributed to: 28 |
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
Zig +651 / -394 ββββββββββββββββββ 51.99% | |
Gettext Cβ¦ +355 / -35 ββββββββββββββββββ 19.40% | |
YAML +114 / -89 ββββββββββββββββββ 10.10% | |
Markdown +130 / -35 ββββββββββββββββββ 8.21% | |
Shell +28 / -119 ββββββββββββββββββ 7.31% | |
Nix +22 / -18 ββββββββββββββββββ 1.99% | |
JSON +6 / -6 ββββββββββββββββββ 0.60% | |
Swift +5 / -1 ββββββββββββββββββ 0.30% | |
Text +1 / -1 ββββββββββββββββββ 0.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
git clone --bare git@github.com:liby/dotfiles.git $HOME/.cfg | |
function config { | |
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@ | |
} | |
mkdir -p .config-backup | |
config checkout | |
if [ $? = 0 ]; then | |
echo "Checked out config."; | |
else | |
echo "Backing up pre-existing dot files."; |