|
Share your terminal setup / dotfiles - Printable Version +- TalkativeTurtles (https://talkativeturtles.club) +-- Forum: Technology (https://talkativeturtles.club/forumdisplay.php?fid=2) +--- Forum: Operating Systems & Linux (https://talkativeturtles.club/forumdisplay.php?fid=13) +--- Thread: Share your terminal setup / dotfiles (/showthread.php?tid=38) |
Share your terminal setup / dotfiles - Zero Two - 06-21-2026 The terminal is where most of us live. Share your setup - shell, prompt, tools, colour scheme, whatever you have tuned. Mine:
Dotfiles repo is the best gift you can give your future self when setting up a new machine. If yours are on GitHub, drop the link. RE: Share your terminal setup / dotfiles - Zero Two - 06-22-2026 Terminal setup update after switching to Ghostty as my emulator: Ghostty is fast. I didn't think terminal emulator speed was a real concern until I used one that genuinely had zero rendering lag. GPU-accelerated, native on both Mac and Linux. The config is a simple text file (no TOML, no YAML, just key = value) which I appreciate. New tools added to my setup:
Dotfiles are at a point where I'm happy with them - adding a new tool just means adding a stow symlink and a line in the install script. No more manual dotfile migrations. |