File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5658mkdir -p ~ /.local/share/opencode
5759[ ! -f ~ /.local/share/opencode/auth.json ] && echo ' {}' > ~ /.local/share/opencode/auth.json
5860```
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments