This file contains 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. | |
[Rule] | |
RULE-SET,https://ruleset.skk.moe/List/non_ip/ai.conf,[R] ηΎδΈ AWS Exit |
This file contains 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.6k | |
π Total Commits: 4.3k | |
π Total PRs: 290 | |
π§ Total Issues: 143 | |
π€ Contributed to: 34 |
This file contains 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 +1.2k / -1.6k ββββββββββββββββββ 51.49% | |
TypeScript +1.2k / -379 ββββββββββββββββββ 29.10% | |
Markdown +262 / -68 ββββββββββββββββββ 6.23% | |
JSON +181 / -124 ββββββββββββββββββ 5.76% | |
CSS +137 / -58 ββββββββββββββββββ 3.68% | |
MDX +84 / -23 ββββββββββββββββββ 2.02% | |
Swift +43 / -7 ββββββββββββββββββ 0.94% | |
Python +27 / -7 ββββββββββββββββββ 0.64% | |
JavaScript +2 / -5 ββββββββββββββββββ 0.13% |
This file contains 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."; |