Skip to content

This is a Python Command Line Tool that automatically setup a fancy zsh environment.

License

Notifications You must be signed in to change notification settings

Listen180/listen-my-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a Python Command Line Tool that automatically setup a fancy zsh environment.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published