Added Warp for Linux and OpenAI API key variable
This commit is contained in:
parent
835f70f24d
commit
fb9cf2a13c
2 changed files with 6 additions and 0 deletions
|
@ -97,6 +97,8 @@ export NPM_TOKEN="{{ if (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "
|
|||
|
||||
### OpenAI
|
||||
export OPENAI_API_KEY="{{ if (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "OPENAI_API_KEY")) }}{{ includeTemplate "secrets/OPENAI_API_KEY" | decrypt | trim }}{{ else }}{{ env "OPENAI_API_KEY" }}{{ end }}"
|
||||
### OpenCommit
|
||||
export OCO_OPENAI_API_KEY="$OPENAI_API_KEY"
|
||||
|
||||
### Pexels
|
||||
export PEXELS_API_KEY="{{ if (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "PEXELS_API_KEY")) }}{{ includeTemplate "secrets/PEXELS_API_KEY" | decrypt | trim }}{{ else }}{{ env "PEXELS_API_KEY" }}{{ end }}"
|
||||
|
|
|
@ -8354,6 +8354,10 @@ softwarePackages:
|
|||
WARP_TERMINAL_APPDATA:
|
||||
cask: "$HOME/Library/Application Support/dev.warp.Warp-Stable"
|
||||
cask: warp
|
||||
appimage: https://app.warp.dev/get_warp?linux=true&package=appimage
|
||||
dnf: https://app.warp.dev/get_warp?package=rpm
|
||||
apt: https://app.warp.dev/get_warp?package=deb
|
||||
pacman: https://app.warp.dev/get_warp?linux=true&package=pacman
|
||||
figma:
|
||||
_bin: null
|
||||
_desc: Collaborative team software
|
||||
|
|
Loading…
Reference in a new issue