Ask HN: What's your terminal and shell setup?

Currently using Terminator when on Ubuntu and iTerm2 on my macbook. Always with zsh + oh-my-zsh plus a handful of plugins and aliases.

Curious to know what the real terminal and shell wizards are up to.

Lately shell interactions have felt very slow and archaic without some kind of AI assistance now that I've become so used to having it when coding with Copilot. I've seen and tried some of the available AI shell tools but haven't liked any yet. Just typing command descriptions and waiting for the AI generated command doesn't feel like the right model. Literally just using copilot in a context where I could execute its output would probably be a better experience. If I remember correctly, when playing with Emacs there was one of the terminal options where the output and command line were in a single buffer and hitting enter on the last line would execute the command there. So I'm thinking that if there's a copilot plugin for Emacs and that terminal option, then combining the two might be pretty nice.

2 points | by monroewalker 2 hours ago

6 comments

  • gregjor 53 minutes ago
    Blink shell on iPad Pro, tmux, plain bash with a few aliases, vim with few plugins. No AI, no shell plugins, no junk on the screen to make it into a Christmas lights display. If your "shell interactions" feel slow try unloading some of the baggage. If you find the shell "archaic" try to reframe that as tried and tested and well-understood.

    The beauty of using the command line shell comes from the simplicity of plain text and direct interaction with the tools, not from trying to create a GUI experience or polluting it with Copilot assistance.

    I don't know about your setup with emacs, but both vim and bash can execute a line displayed in the terminal without adding anything to them.

  • surrTurr 1 hour ago
    mostly using tmux + zsh configured via dotfiles in a git repo[1]; zsh offers some great plugins, for example fzf-tab[2]. My opinion is to not overcook it, a shell should be fairly lightweight and minimal.

    In terms of AI tools in the terminal, I've also tried a few, but nothing stuck so far...

    [^1]: https://github.com/AlexW00/.config [^2]: https://github.com/Aloxaf/fzf-tab

  • torunar 51 minutes ago
    xfce4-terminal + bash. The only tweak for the terminal is a custom light theme, the only tweak for the shell is a custom PS1 to show current git branch and time.
  • stop50 1 hour ago
    Konsole + zsh + zcomet

    Months ago i used zplug, but its not developed anymore and zcomet is much faster, since it compiles the files.

  • sam2911 1 hour ago
    - I use normal ubuntu terminal with tmux(super useful stuff). - For shell I use fish + oh-my-fish (I feel it is better than zsh).
    • monroewalker 1 hour ago
      I gave fish an honest try but ultimately just could not make it work for me. I forget what ended up being the nail in the coffin.. possibly the lack of multiline strings or some heredoc alternative. https://github.com/fish-shell/fish-shell/issues/540. That or I ran into compatibility issues with existing scripts. Which I think also happened.
  • johncoltrane 56 minutes ago
    Bash in Terminal.app on macOS, with a bunch of rc files that have been evolving with me over many years. My own terminal palette. My own colorscheme in Vim. Fira Mono.

    And no "AI" bullshit whatsoever.