rearranges more logically, hopefully

This commit is contained in:
2024-11-01 06:27:06 -07:00
parent a2171cea0a
commit 29c613b8cc
20 changed files with 124 additions and 11 deletions

3
dev/add-openai-token.sh Normal file
View File

@@ -0,0 +1,3 @@
key=$(gpg --decrypt openai)
echo "export OPENAI_API_KEY=\"${key}\"" >>~/.bashrc
echo "OpenAI Token saved to bashrc: ${key}"