feat: update email

This commit is contained in:
Dict Xiong 2025-01-17 21:29:31 +08:00
parent 21e9b7854c
commit ed745c4ea2
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[user]
email = me@beardic.cn
email = git@dxng.net
name = Dict Xiong
[core]
editor = vim

View File

@ -4,7 +4,7 @@ declare -A INSTALL_COMMANDS
INSTALL_COMMANDS=(\
[git]="apt update && apt install git" \
[fzf]="git clone --depth 1 https://gitee.com/dictxiong/fzf.git ~/.fzf && ~/.fzf/install" \
[acme.sh]="curl https://get.acme.sh | sh -s email=${EMAIL:-me@beardic.cn}" \
[acme.sh]="curl https://get.acme.sh | sh -s email=${EMAIL:-acme@dxng.net}" \
[oh-my-zsh]='sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"' \
[oh-my-tuna]='wget https://tuna.moe/oh-my-tuna/oh-my-tuna.py && sudo python oh-my-tuna.py --global' \
[v2fly]="bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) #--remove" \