We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc1300 commit 6496d33Copy full SHA for 6496d33
2 files changed
install_node.sh
@@ -10,3 +10,5 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
10
source ~/.nvm/nvm.sh
11
nvm install --lts
12
nvm alias default lts/*
13
+
14
+npm install -g opencode-ai@latest
zshenv
@@ -53,6 +53,8 @@ unset -f get_var set_var dedup_var add_to_var
53
# Other configurations
54
## git editor
55
export EDITOR=nvim
56
+## opencode exa search
57
+export OPENCODE_ENABLE_EXA=1
58
## proxy server
59
#export ALL_PROXY=socks5://localhost:1080
60
## using ccache for cmake
0 commit comments