Add opencode config
This commit is contained in:
parent
24377d5efd
commit
41e4f886fa
7
.config/opencode/opencode.json
Normal file
7
.config/opencode/opencode.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
// Theme configuration
|
||||
"theme": "system",
|
||||
"model": "qwen-3-coder-480b",
|
||||
"autoupdate": true,
|
||||
}
|
2
install
2
install
@ -11,7 +11,7 @@ xargs brew install < brewlist
|
||||
xargs brew install --cask < casklist
|
||||
|
||||
# Sym Link Configs
|
||||
folders=("alacritty" "nvim" "tmux" "zsh" "git")
|
||||
folders=("nvim" "tmux" "zsh" "git" ".config")
|
||||
|
||||
for folder in "${folders[@]}"
|
||||
do
|
||||
|
@ -54,3 +54,9 @@ source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zs
|
||||
|
||||
# opencode
|
||||
export PATH=/Users/caleb/.opencode/bin:$PATH
|
||||
|
||||
# The following lines have been added by Docker Desktop to enable Docker CLI completions.
|
||||
fpath=(/Users/caleb/.docker/completions $fpath)
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
# End of Docker CLI completions
|
||||
|
Loading…
Reference in New Issue
Block a user