Skip to content

Commit 6496d33

Browse files
committed
feat: enable exa search in opencode and add opencode installation
1 parent 0bc1300 commit 6496d33

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

install_node.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
1010
source ~/.nvm/nvm.sh
1111
nvm install --lts
1212
nvm alias default lts/*
13+
14+
npm install -g opencode-ai@latest

zshenv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ unset -f get_var set_var dedup_var add_to_var
5353
# Other configurations
5454
## git editor
5555
export EDITOR=nvim
56+
## opencode exa search
57+
export OPENCODE_ENABLE_EXA=1
5658
## proxy server
5759
#export ALL_PROXY=socks5://localhost:1080
5860
## using ccache for cmake

0 commit comments

Comments
 (0)