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.8k | |
| π Total Commits: 10.4k | |
| π Total PRs: 363 | |
| π§ Total Issues: 193 | |
| π€ Contributed to: 34 |
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
| YAML +7.1k / -7.0k ββββββββββββββββββ 72.76% | |
| TypeScript +743 / -695 ββββββββββββββββββ 7.39% | |
| Shell +503 / -545 ββββββββββββββββββ 5.38% | |
| Markdown +375 / -325 ββββββββββββββββββ 3.60% | |
| Public Key +57 / -437 ββββββββββββββββββ 2.54% | |
| Python +374 / -0 ββββββββββββββββββ 1.92% | |
| JSON +200 / -64 ββββββββββββββββββ 1.36% | |
| CSS +145 / -76 ββββββββββββββββββ 1.14% | |
| Go +136 / -72 ββββββββββββββββββ 1.07% | |
| Go Templaβ¦ +171 / -23 ββββββββββββββββββ 1.00% |
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."; |