Best of BashSeptember 2024

  1. 1
    Video
    Avatar of fireshipFireship·2y

    tmux in 100 Seconds

    tmux is an open-source terminal multiplexer created in 2007 by Nicholas Marriott. It allows users to manage multiple terminal sessions within a single window, providing features such as customizable panes, scripting capabilities, and plugin support. It enhances productivity by allowing quick navigation between sessions without needing a mouse, and sessions persist in the background even if closed. tmux can be installed on Unix-like systems including MacOS, Linux, and WSL.

  2. 2
    Article
    Avatar of hnHacker News·2y

    Better Dotfiles

    A method to reorganize dotfiles without using superfluous managers or the 'version control $HOME' method by incorporating first-line comments in files for symlink creation. Using `awk` and a few shell commands, the process simplifies symlink management and checks, making the setup self-contained and requiring minimal dependencies common to Unix-like systems.