mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 04:24:10 -06:00
feat: add R2 file sharing tool with environment configuration
- Add share.ts CLI tool for uploading files to R2 with clipboard integration - Configure R2 credentials across all shell environments (fish, bash, nushell) - Add shell abbreviations for claude opus and share commands - Refine claude-usage terminology (quota → limit, behind → under)
This commit is contained in:
@@ -11,6 +11,12 @@ export TERM=xterm-256color # fixes terminal colors when ssh'ing into laptop
|
||||
|
||||
export OPENAI_API_KEY="{{ dopplerProjectJson.OPENAI_CHATGPT_CLI }}"
|
||||
|
||||
# R2 configuration
|
||||
export R2_ENDPOINT="{{ dopplerProjectJson.R2_ENDPOINT }}"
|
||||
export R2_ACCESS_KEY_ID="{{ dopplerProjectJson.R2_ACCESS_KEY_ID }}"
|
||||
export R2_SECRET_ACCESS_KEY="{{ dopplerProjectJson.R2_SECRET_ACCESS_KEY }}"
|
||||
export R2_BUCKET="{{ dopplerProjectJson.R2_BUCKET }}"
|
||||
|
||||
# hishtory configuration
|
||||
export HISHTORY_SERVER="https://hsh.{{ dopplerProjectJson.PRIVATE_DOMAIN }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user