Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 567 Bytes

File metadata and controls

44 lines (31 loc) · 567 Bytes

docker

setup on host

bash

touch ~/.bash_docker
touch ~/.bash_history

git

touch ~/.gitconfig
touch ~/.gitignore

opencode

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

ssh

mkdir -p ~/.ssh
touch ~/.ssh/github.pub

zsh

touch ~/.zsh_docker
touch ~/.zsh_history

Copyright

2026 Dominik Zogg