Skip to content

Latest commit

 

History

History
80 lines (28 loc) · 4.53 KB

README.rst

File metadata and controls

80 lines (28 loc) · 4.53 KB

Listen My Zsh

This is a Python Command Line Tool that automatically setup a fancy zsh environment for you, and of course you can customize futher later, the default configuration is my own customized version of [oh-my-zsh].

Hope it will accelerate your customization procedure of your own coding environment.

Getting Started

Prerequisites

Disclaimer: Listen My Zsh works best on macOS and Linux.

  • Unix-like operating system (macOS or Linux).
  • Zsh should be installed (v4.3.9 or more recent). If not pre-installed (zsh --version to confirm), check the following instruction here: Installing ZSH.
  • curl or wget should be installed.
  • git should be installed.
  • oh-my-zsh should be installed. If not pre-installed, check the following instruction here: Installing oh-my-zsh; Or you could simply run: sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" in your terminal.

Installation

via wget

bash -c "$(wget https://raw.githubusercontent.com/Listen180/listen-my-zsh/master/tools/install.sh -O -)"

via curl

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Listen180/listen-my-zsh/master/tools/install.sh)"

Sen LEI Website Sen LEI Github