mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-07-04 15:10:29 +08:00
feat: update email
This commit is contained in:
parent
21e9b7854c
commit
ed745c4ea2
@ -1,5 +1,5 @@
|
|||||||
[user]
|
[user]
|
||||||
email = me@beardic.cn
|
email = git@dxng.net
|
||||||
name = Dict Xiong
|
name = Dict Xiong
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
@ -4,7 +4,7 @@ declare -A INSTALL_COMMANDS
|
|||||||
INSTALL_COMMANDS=(\
|
INSTALL_COMMANDS=(\
|
||||||
[git]="apt update && apt install git" \
|
[git]="apt update && apt install git" \
|
||||||
[fzf]="git clone --depth 1 https://gitee.com/dictxiong/fzf.git ~/.fzf && ~/.fzf/install" \
|
[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-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' \
|
[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" \
|
[v2fly]="bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) #--remove" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user