Skip to content

Instantly share code, notes, and snippets.

@afair
Created October 18, 2023 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afair/ef63d4af03dac815dd3bfbc44e894d41 to your computer and use it in GitHub Desktop.
Save afair/ef63d4af03dac815dd3bfbc44e894d41 to your computer and use it in GitHub Desktop.
Modern Command Line

Modern Command Line

Links from my recent dive into exploring a modern terminal setup. I've shared videos I've seen as well as kids these days to that instead of blog posts.

Modern Terminal

  • iTerm2 - (I now like the "Tango Dark" Theme that ships with iTerm)
  • https://alacritty.org/ - Cross-platform terminal (Mac, Linux, BSD) with required features
  • Remember to use 256-color mode terminal and Unicode/locale modes! (see fonts)

Modern Font

These fonts have been patched to include icons useful for terminals (files, utilities, ecosystems)

Modern Shell

Modern Utilities

  • https://github.com/ibraheemdev/modern-unix - Lists Modern Unix Utility replacements
  • RipGrep - Crazy fast grep across files/repos
  • FZF - Fuzzy Finder, best uses are with other tooling
  • Htop - Replacement for top (check out others)
  • Check out other utilities you may like from the page

Modern Vim

Modern Mail

Modern Multiplexing

Modern Intelligence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment