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,Vendor 美国 | |
DOMAIN-SUFFIX,cursor.com,Vendor 美国 | |
DOMAIN-SUFFIX,cursor.sh,Vendor 美国 |
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.1k | |
🚀 Total PRs: 278 | |
🚧 Total Issues: 138 | |
🤝 Contributed to: 28 |
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
Markdown +239 / -8 ███████▊░░░░░░░░░░ 40.89% | |
Shell +101 / -78 █████▊░░░░░░░░░░░░ 29.64% | |
Rust +63 / -18 ██▊░░░░░░░░░░░░░░░ 13.41% | |
RON +0 / -40 █▊░░░░░░░░░░░░░░░░ 6.62% | |
JSON +35 / -5 █▊░░░░░░░░░░░░░░░░ 6.62% | |
TypeScript +6 / -7 ▊░░░░░░░░░░░░░░░░░ 2.15% | |
TOML +2 / -2 ░░░░░░░░░░░░░░░░░░ 0.66% |
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."; |