Skip to content

Instantly share code, notes, and snippets.

View liby's full-sized avatar
🌀
Working from Cosmos

Bryan Lee liby

🌀
Working from Cosmos
View GitHub Profile
@liby
liby / Bryan Lee's GitHub Stats
Last active September 20, 2024 00:07
⚡️ History of GitHub
⭐ Total Stars: 5.6k
📝 Total Commits: 3.4k
🚀 Total PRs: 234
🚧 Total Issues: 138
🤝 Contributed to: 28
@liby
liby / Bryan’s Recent Coding Languages
Last active September 20, 2024 00:13
💻 Recent GitHub Activity Languages
Markdown +349 / -41 █████████████████▊ 97.74%
Shell +4 / -5 ▊░░░░░░░░░░░░░░░░░ 2.26%
@liby
liby / cfg-install
Last active February 27, 2022 18:19
Switch Homebrew to USTC Mirror
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.";