I'm often asked how I customize my Linux shell environment. Here's the short list of tools I use to make my terminal a joy to use: https://taggart-tech.com/shell-setup/
My Shell Setup

Curious about customizing your terminal experience? Here's how I do it.

@mttaggart @Viss if you care, `setup.sh` lines 94-98 could be replaced with single tar invocation, `sudo tar -C /use/local --strip-components=1 zxvf /tmp/nvim.tar.gz nvim-linux64/` and `rm /tmp/nvim.tar.gz`
explainshell.com - sudo tar -C /usr/local --strip-components=1 zxvf /tmp/nvim.tar.gz nvim-linux64

@mttaggart @catsalad Nice set up. Have you tried tide prompt for fish shell? I found it to be better than starship for my use.

@sunil @catsalad I have not. For those curious, here's a link.

Thanks for the suggestion! Starship is working great for me on both Linux/fish and Windows/PowerShell, so that's likely where I'll stay for the foreseeable future.

GitHub - IlanCosman/tide: 🌊 The ultimate Fish prompt.

🌊 The ultimate Fish prompt. Contribute to IlanCosman/tide development by creating an account on GitHub.

GitHub
@mttaggart cool, have just done some customization and bite shell feels like 1980s with multi second delays. Need to figure out what to undo…