Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

50 Commits

Repository files navigation

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

Coding agents

Claude

if [ !-f~/.claude.json ];then
cat >~/.claude.json <<'EOF'{}EOFfi
mkdir -p ~/.claude
if [ !-f~/.claude/.credentials.json ];then
cat >~/.claude/.credentials.json <<'EOF'{}EOFfiif [ !-f~/.claude/settings.json ];then
cat >~/.claude/settings.json <<'EOF'{ "fileCheckpointingEnabled": false, "permissions": { "defaultMode": "bypassPermissions" }, "skipDangerousModePermissionPrompt": true, "spinnerTipsEnabled": false, "switchModelsOnFlag": false, "theme": "auto"}EOFfi
chmod 600 \
~/.claude/.credentials.json \
~/.claude/settings.json

Codex

mkdir -p ~/.codex
if [ !-f~/.codex/auth.json ];then
cat >~/.codex/auth.json <<'EOF'{}EOFfiif [ !-f~/.codex/config.toml ];then
cat >~/.codex/config.toml <<'EOF'approval_policy = "never"sandbox_mode = "danger-full-access"[notice]hide_full_access_warning = trueEOFfi
chmod 600 \
~/.codex/auth.json
~/.codex/config.toml

Opencode

mkdir -p ~/.config/opencode ~/.local/share/opencode
if [ !-f~/.config/opencode/opencode.jsonc ];then
cat >~/.config/opencode/opencode.jsonc <<'EOF'{ "$schema": "https://opencode.ai/config.json", "permission": { "*": "allow" }}EOFfiif [ !-f~/.config/opencode/tui.json ];then
cat >~/.config/opencode/tui.json <<'EOF'{ "$schema": "https://opencode.ai/tui.json", "theme": "system", "tips": false}EOFfiif [ !-f~/.local/share/opencode/auth.json ];thenprintf'{}\n'>~/.local/share/opencode/auth.json
fi
chmod 600 \
~/.config/opencode/opencode.jsonc \
~/.config/opencode/tui.json \
~/.local/share/opencode/auth.json

PI

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

Copyright

2026 Dominik Zogg

About

Docker environment to develop all the libraries / framework

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages