🪴 Quartz 4.0

      • Optimized C++
      • Linux
    Home

    ❯

    Tip

    ❯

    Linux

    ❯

    ZSH Beginner's Tip

    ZSH Beginner's Tip

    Mar 29, 20251 min read

    • ZSH
    • linux

    ZSH

    1. Install zsh     ```

        sudo apt install zsh     which zsh     chsh -s $(which zsh)

        ```

    1. Install oh-my-zsh     ```

        sh -c ”$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)”

        ```

    Reference

    • https://tutorialpost.apptilus.com/code/posts/tools/using-zsh-oh-my-zsh/

    alias

    
    alias ll="ls -alhtr"
    
    

    Tag

    linux


    Graph View

    • ZSH
    • Reference
    • alias
    • Tag

    Backlinks

    • Linux

    Created with Quartz v4.4.0 © 2025

    • GitHub
    • Discord Community