Best of ShellJuly 2024

  1. 1
    Article
    Avatar of lobstersLobsters·2y

    Zed on Linux is here!

    Run the provided shell script to install Zed on most Linux distributions using the command: curl https://zed.dev/install.sh | sh.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Starship: A Better Terminal Prompt in 2 Minutes

    Starship is a minimal, fast, and customizable shell prompt designed for developers. It comes with built-in modules that automatically display relevant information, and it is easy to configure using TOML. Starship allows users to move or hide prompt information to create a visually efficient workflow, and it supports custom modules, making it adaptable to various development needs.

  3. 3
    Article
    Avatar of itnextITNEXT·2y

    The Zsh Shell Tricks I Wish I’d Known Earlier

    Enhance your command-line productivity with Zsh! Zsh is a powerful Unix shell known for its robust features like command-line editing, spell checking, and programmable completion. This guide offers practical tips on cursor navigation, line editing, globbing, command history, parameter expansion, and custom commands. Learn to navigate directories efficiently, create and bind custom commands, and use Zsh’s advanced features to optimize your workflow. Whether you're a developer, system administrator, DevOps engineer, or tech enthusiast, mastering Zsh can significantly boost your efficiency.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Boilerplate for creating a Shell Script

    A basic boilerplate for creating a shell script, including error handling and usage instructions. The script checks for help flags, navigates to the script's directory, and has a main function designed to perform tasks.