Skip to content

LynnHo/Make-Workspace

Repository files navigation

Make a Better Shell

  1. Linux only

  2. (optional) install zsh>=5.8

    • e.g., sudo apt install zsh for Ubuntu>=20.04 (for <20.04, zsh>=5.8 can only be installed from source)

    • check version: zsh --version

  3. make the workspace

    git clone --depth 1 https://github.com/LynnHo/Make-Workspace
    # mirror: git clone --depth 1 https://gitee.com/LynnHo/Make-Workspace
    cd Make-Workspace
    source make_workspace_stable.sh
    # source make_workspace_latest.sh
  4. (optional) customization

    • create ~/.userrc and set your own utils (alias, functions, variables, etc.)

    • do not edit ~/.zshrc

  5. manually update (automatically update every day by default): udws