Skip to content

Commit 8388212

Browse files
committed
mount opencode tui.json
1 parent 9899eb5 commit 8388212

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ touch ~/.gitignore
5353
```
5454

5555
```sh
56+
mkdir -p ~/.config/opencode
57+
[ ! -f ~/.local/share/opencode/auth.json ] && echo '{}' > ~/.config/opencode/tui.json
5658
mkdir -p ~/.local/share/opencode
5759
[ ! -f ~/.local/share/opencode/auth.json ] && echo '{}' > ~/.local/share/opencode/auth.json
5860
```

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ services:
1818
- ~/.bash_history:/home/php/.bash_history
1919
- ~/.gitconfig:/home/php/.gitconfig
2020
- ~/.gitignore:/home/php/.gitignore
21-
- ~/.local/share/opencode/auth.json:/home/node/.local/share/opencode/auth.json
21+
- ~/.config/opencode/tui.json:/home/php/.config/opencode/tui.json
22+
- ~/.local/share/opencode/auth.json:/home/php/.local/share/opencode/auth.json
2223
- ~/.zsh_docker:/home/php/.zsh_docker
2324
- ~/.zsh_history:/home/php/.zsh_history
2425
- $SSH_AUTH_SOCK:/ssh-agent

0 commit comments

Comments
 (0)