feat: complete dotfiles for cross-platform parity and agent containers#4
Merged
Conversation
M1: Package lists — added AI CLIs (claude-code, codex, gemini-cli) to brew/pacman/aur/cask, expanded apt.txt and Brewfile with missing tools (bat, btop, eza, jq, neovim, mise, etc.), added Nerd Font to Fontfile. M2: OS scripts — implemented arch.sh (locale, timezone, zsh default, docker group, systemd services, ufw, liquidctl) and ubuntu.sh (locale, timezone, zsh default, docker group, systemd services). M3: Replaced asdf with mise for Go/Ruby/Rust version management. Added command guards for atuin/mise init. Fixed PATH wipe in .exports (now prepends instead of replacing). Set EDITOR=nvim everywhere. Moved brew-specific aliases from base to macos overlay. Fix: install-node-globals.sh grep pipefail on empty globals file. Both Ubuntu and Arch Docker images build and pass smoke tests.
- Fix shellcheck CI: run shellcheck directly via sh instead of through bash wrapper (Alpine lacks bash) - Fix grep pipefail in install-node-globals.sh on empty globals file - Suppress SC2086 for intentional word splitting in pnpm add - Suppress SC1091 for external /etc/os-release source
- Add $GOPATH/bin to PATH in mise init (regression from asdf removal) - Guard chsh with || true under set -euo pipefail - Add /snap/bin to PATH for Ubuntu snap packages - Make arch.sh locale.conf write idempotent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan