Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
zshrc_file="$HOME/.zshrc"
omz_custom_plugin_home=${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins
append_plugin_to_zshrc() {
# The plugin to add
local new_plugin=$1
# Check if the .zshrc file exists
@0xbillw
0xbillw / docker-registry-mirrors.md
Created March 10, 2025 09:42 — forked from y0ngb1n/docker-registry-mirrors.md
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized