added a lot of new scripts

This commit is contained in:
Dobromir Popov
2023-10-18 19:31:00 +00:00
parent 47e8b0105c
commit f82836130a
9 changed files with 106 additions and 28 deletions

View File

@ -1,8 +1,11 @@
in conda env:
pip install aider-chat
# latest
python -m pip install git+https://github.com/paul-gauthier/aider.git
# isntall ctags
# > sudo apt update && apt install universal-ctags
or:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
@ -12,7 +15,8 @@ brew install universal-ctags
/home/linuxbrew/.linuxbrew/bin/ctags
export PATH=$PATH:/home/linuxbrew/.linuxbrew/bin/ctags
# RUN
> aider
# personal
export OPENAI_API_KEY=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