We create world

  • 홈
  • 이력서
  • 최근 글
Home

❯

Tip

❯

Linux

❯

ZSH Beginner's Tip

ZSH Beginner's Tip

2026년 7월 05일1 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


최근 글

  • Linux

    2026년 7월 05일

  • CentOS7 Clang 6.0 설치

    2026년 7월 05일

  • CentOS7 MySQL 5.7 설치

    2026년 7월 05일

  • CentOS7 cmake 3.11.0 설치

    2026년 7월 05일

  • WSL에서 SSH 사용

    2026년 7월 05일

© 2026 Suweon Shin · Quartz로 만들었습니다

  • GitHub