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,[R] ηΎδΈ AWS Exit |
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.6k | |
π Total PRs: 305 | |
π§ Total Issues: 148 | |
π€ Contributed to: 38 |
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 +821 / -674 ββββββββββββββββββ 66.33% | |
Shell +278 / -162 ββββββββββββββββββ 19.52% | |
Markdown +191 / -11 ββββββββββββββββββ 8.96% | |
Nix +22 / -30 ββββββββββββββββββ 2.31% | |
JSON +18 / -17 ββββββββββββββββββ 1.55% | |
Gettext Cβ¦ +8 / -8 ββββββββββββββββββ 0.71% | |
C +5 / -0 ββββββββββββββββββ 0.22% | |
Swift +2 / -2 ββββββββββββββββββ 0.18% | |
TOML +3 / -0 ββββββββββββββββββ 0.13% | |
Text +1 / -1 ββββββββββββββββββ 0.09% |
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 [email protected]: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."; |