-
Notifications
You must be signed in to change notification settings - Fork 1
/
env
26 lines (20 loc) · 829 Bytes
/
env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
# https://tools.hjkl01.cn/emoji-picker
export example=' 0️⃣ 1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣ 9️⃣ 🔟 💻 🖥️ ⌨️ 🖱️'
export ZSH_ENV='🖥️ '
# mac
# export zsh='/usr/local/opt/zsh/bin/zsh'
# export PATH=/opt/homebrew/bin:$PATH
export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git"
export HOMEBREW_BOTTLE_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles"
export HOMEBREW_API_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles/api
# tmux
export TMUX_PREFIX='C-b'
# proxy
export P_ADDRESS="127.0.0.1"
export P_PORT="7890"
# vultr key
export VULTR_API_KEY=''
# backups
export OPEN_API_KEY=''