Add Brave (default browser), Go, and Colima docker stack#22
Closed
Magnet-js wants to merge 11 commits into
Closed
Conversation
Removed Neogit plugin configuration from git.lua.
Remove Neogit plugin configuration
Co-authored-by: GitHub Copilot <copilot@noreply.github.com>
Add GitHub Desktop to Homebrew casks
…ation Add HOTKEYS.md: getting started tutorial and hotkey reference
Added a voice profile document outlining tone, style, vocabulary, formats, and hard rules for communication.
- configuration.nix: brave-browser cask + defaultbrowser brew, set Brave as default browser via postActivation script - home.nix: add go compiler, plus colima + docker + docker-compose for a memory-efficient docker compose setup (no Docker Desktop) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Thanks for taking an interest in these dotfiles.
This repo is public so you can read it, learn from it, and fork it freely, but it is Kun's personal setup and does not accept pull requests or feature requests.
If you want to adapt something, please fork the repo and make it yours.
If you found a bug, please open a bug report issue instead of sending a patch.
Pull requests are auto-closed here so the repo can stay personal and predictable.
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.
What
brave-browsercask +defaultbrowserbrew;postActivationscript sets Brave as the default browser (macOS may show a one-time confirmation dialog).gocompiler + toolchain inhome.nix.colima+docker+docker-compose. Colima runs a lean Lima VM instead of Docker Desktop — much smaller memory footprint. Start withcolima start(tune via--memory/--cpu).Notes
colima startbefore using docker.docker composev2 works via the cli;docker-composelegacy command also available.🤖 Generated with Claude Code