Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 698 Bytes

File metadata and controls

51 lines (36 loc) · 698 Bytes

docker

setup on host

bash

touch ~/.bash_docker
touch ~/.bash_history

zsh

touch ~/.zsh_docker
touch ~/.zsh_history

git

touch ~/.gitconfig
touch ~/.gitignore

ssh

mkdir -p ~/.ssh
touch github.pub

opencode - coding agent

mkdir -p ~/.config/opencode
[ ! -f ~/.local/share/opencode/auth.json ] && echo '{}' > ~/.config/opencode/tui.json
mkdir -p ~/.local/share/opencode
[ ! -f ~/.local/share/opencode/auth.json ] && echo '{}' > ~/.local/share/opencode/auth.json

pi - coding agent

mkdir -p ~/.pi/agent
[ ! -f ~/.pi/agent/auth.json ] && echo '{}' > ~/.pi/agent/auth.json

Copyright

2026 Dominik Zogg