taproot
mirrorThe dotfiles and containers I use to set up a machine for development, one container to write code in and another that runs a local coding model on the desktop's GPU.
alpine-linuxcaddydevelopment-environmentdockerdotfileshomelabinfrastructureneovimserver-configurationtmux
1{
2 "env": {
3 "TZ": "America/New_York"
4 },
5 "permissions": {
6 "defaultMode": "auto"
7 },
8 "worktree": {
9 "bgIsolation": "none"
10 },
11 "statusLine": {
12 "type": "command",
13 "command": "bash ~/.claude/status-line.sh"
14 },
15 "effortLevel": "high",
16 "skipDangerousModePermissionPrompt": true,
17 "verbose": true,
18 "remoteControlAtStartup": false,
19 "agentPushNotifEnabled": false,
20 "tui": "fullscreen"
21}